Raindex SDK Documentation
    Preparing search index...

    Interface FieldValue

    interface FieldValue {
        field: string;
        is_preset: boolean;
        value: string;
    }
    Index

    Properties

    Properties

    field: string
    is_preset: boolean
    value: string