Type alias ResourceTypeSkeleton

ResourceTypeSkeleton: NoIdObjectSkeletonInterface & {
    name: string;
    uuid: string;
}

Type declaration

  • name: string
  • uuid: string