functional-models
    Preparing search index...

    Type Alias ModelReferenceType<TData, TModelExtensions, TModelInstanceExtensions>

    A property of a model that references another model instance. This is a basic implementation of a "foreign key". The value of this property can be either a key type (string|number), or a model instance, or the model data itself. It depends on the ModelInstanceFetcher.

    Type Parameters

    • TData extends DataDescription
    • TModelExtensions extends object = object
    • TModelInstanceExtensions extends object = object