Interface ResourceTypeExportInterface

interface ResourceTypeExportInterface {
    meta?: ExportMetaData;
    resourcetype: Record<string, ResourceTypeSkeleton>;
}

Properties

Properties

resourcetype: Record<string, ResourceTypeSkeleton>