DisBot
    Preparing search index...

    Interface FieldRef<Model, FieldType>

    A reference to a specific field of a specific model

    interface FieldRef<Model, FieldType> {
        isList: boolean;
        modelName: Model;
        name: string;
        typeName: FieldType;
    }

    Type Parameters

    • Model
    • FieldType
    Index

    Properties

    isList: boolean
    modelName: Model
    name: string
    typeName: FieldType