lightyear.definecollectionprops
Home > @runlightyear/lightyear > DefineCollectionProps
DefineCollectionProps interface
Signature:interface DefineCollectionProps
Required Properties
Property | Modifiers | Type | Description |
---|---|---|---|
name | string | ||
title | string |
Optional Properties
Property | Modifiers | Type | Description |
---|---|---|---|
enabled? | { [modelName: string]: boolean; } | ||
models? | Array<{ name: string; title: string; schema?: unknown; matchOn?: MatchSpec; }> |