DisBot
    Preparing search index...

    Type Alias TypeRef<AllowedLocations>

    type TypeRef<AllowedLocations extends FieldLocation> = {
        isList: boolean;
        location: AllowedLocations;
        namespace?: FieldNamespace;
        type: string;
    }

    Type Parameters

    Index

    Properties

    isList: boolean
    namespace?: FieldNamespace
    type: string