Type Alias ScopedKeyValueListPair
ScopedKeyValueListPair: {
key: string;
scope?: "collection" | "document" | "chunk";
value: string[];
} & Record<string, any>
Type Declaration
-
key: string
-
Optionalscope?: "collection" | "document" | "chunk"
-
value: string[]
Representation of the 'ScopedKeyValueListPair' schema.