MultiValue
OCP App SDK / MultiValue
Interface: MultiValue<T>
Defined in: src/store/KVStore.ts:21
A hash of fields to values of a specific type. Used in the key-value store's "multi" accessors.
Type Parameters
T
T
Indexable
[field
: string
]: T
Updated 3 days ago