@ptkl/sdk - v1.3.4
    Preparing search index...
    type DocumentField = {
        data?: DocumentFieldDataMapping;
        field: string;
        format?: string;
        label?: string | null;
        source: DocumentFieldSource;
        value?: string | number | null;
    }
    Index

    Properties

    field: string
    format?: string
    label?: string | null
    value?: string | number | null