Member Junction
    Preparing search index...

    Query output field definition

    interface QueryOutputField {
        description: string;
        name: string;
        optional: boolean;
        type: string;
    }
    Index

    Properties

    description: string
    name: string
    optional: boolean
    type: string