QueryParams
type QueryParams = object;
Defined in: atomiq-sdk/src/storage/IUnifiedStorage.ts:7
Params for querying the storage
Properties
key
key: string;
Defined in: atomiq-sdk/src/storage/IUnifiedStorage.ts:11
Key that should be matched
value
value: any | any[];
Defined in: atomiq-sdk/src/storage/IUnifiedStorage.ts:15
A value that the key needs to have, if an array is passed, the conditions are OR-ed