Directus / @directus/sdk / types / GetCollection
Type Alias: GetCollection<Schema, CollectionName> ​
GetCollection<
Schema,CollectionName>:CollectionNameextends keyofCoreSchema<Schema> ?CoreSchema<Schema>[CollectionName] :CollectionNameextends keyofSchema?Schema[CollectionName] :never
Defined in: types/schema.ts:95
Helper to extract a collection with fallback to defaults
Type Parameters ​
• Schema
• CollectionName extends AllCollections<Schema>