Model
Model<
FIELDS,LOOKUP> =FIELDS&ModelBase<LOOKUP>
Defined in: .work/repos/edinburgh/src/models.ts:1012
A model instance, including its user-defined fields.
Type Parameters
Section titled “Type Parameters”FIELDS
Section titled “FIELDS”FIELDS
The fields defined on this model.
LOOKUP
Section titled “LOOKUP”LOOKUP extends ModelLookup = ModelLookup