Directus / @directus/sdk / types / GetCollectionName
Type Alias: GetCollectionName<Schema, Collection, FullSchema> ​
GetCollectionName<
Schema
,Collection
,FullSchema
>:{ [K in keyof FullSchema]: UnpackList<FullSchema[K]> extends Collection ? K : never }
[keyofFullSchema
]
Helper to extract a collection name
Type Parameters ​
• Schema
• Collection
• FullSchema = CompleteSchema
<Schema
>