SAP AI SDK for JavaScript - v2.13.0
    Preparing search index...

    Type Alias DocumentKeyValueListPair

    DocumentKeyValueListPair: {
        key: string;
        matchMode?: FilterMatchModeEnum;
        value: string[];
    } & Record<string, any>

    Representation of the 'DocumentKeyValueListPair' schema.

    Type Declaration