Directus / @directus/sdk / types / RegularCollections
Type Alias: RegularCollections<Schema> ​
RegularCollections<
Schema
>:IfAny
<Schema
,string
,Exclude
<keyofSchema
,SingletonCollections
<Schema
>>>
Defined in: types/schema.ts:36
Returns a list of regular collections in the schema
Type Parameters ​
• Schema