functional-models
    Preparing search index...

    Type Alias ModelWithReferencesConstructorProps

    ModelWithReferencesConstructorProps: ModelConstructorProps & Readonly<
        { fetcher: ModelInstanceFetcher },
    >

    A useful type for setting the props object of a Model constructor that has model references that need a fetcher