@web-core/web-sdk
    Preparing search index...

    Interface Field

    interface Field {
        _id: string;
        category?: string;
        display: string;
        name: string;
        shortCode: string;
        type: string;
    }
    Index

    Properties

    _id: string
    category?: string
    display: string
    name: string
    shortCode: string
    type: string