Type alias ResourceIdentifierObject

ResourceIdentifierObject: {
    id: string;
    meta?: MetaObject;
    type: string;
}

Type declaration

  • id: string
  • Optional meta?: MetaObject
  • type: string

Generated using TypeDoc