Interface: JsonApiTypeId
Defined in: model/jsonApiTypeId.ts:8
An object containing the id
and type
properties of a resource.
Export
JsonApiTypeId
Properties
id?
optional
id:string
Defined in: model/jsonApiTypeId.ts:14
The URN of the resource.
Memberof
JsonApiTypeId
type?
optional
type:string
Defined in: model/jsonApiTypeId.ts:20
The type of the resource.
Memberof
JsonApiTypeId