/** * Representation of the 'RetrievalKeyValueListPair' schema. */ export type RetrievalKeyValueListPair = { /** * Max Length: 1024. */ key: string; value: string[]; } & Record; //# sourceMappingURL=retrieval-key-value-list-pair.d.ts.map