Skip to content

Documentation / @warp-drive/core / types/spec/json-api-raw / ResourceIdentifierObject

Type Alias: ResourceIdentifierObject<T>

ts
type ResourceIdentifierObject<T> = 
  | ResourceIdentifier
  | ExistingResourceIdentifierObject<T>
| NewResourceIdentifierObject<T>;

Defined in: core/src/types/spec/json-api-raw.ts:89

Type Parameters

T

T extends string = string

Released under the MIT License.