Type alias ResourceIdentifier<Tag>

ResourceIdentifier<Tag>: {
    id: string;
    type: Tag;
}

A resource identifier, used as a "pointer" to a full resource. This is usually part of the API representation of an object.

Type Parameters

  • Tag extends string

Type declaration

  • id: string
  • type: Tag

Generated using TypeDoc