lightyear.definecollectionprops.models
Home > @runlightyear/lightyear > DefineCollectionProps > models
DefineCollectionProps.models property
Signature:models?: Array<{
name: string;
title: string;
schema?: unknown;
matchOn?: MatchSpec;
}>;