Searched defs:ValuesBucket (Results 1 – 4 of 4) sorted by relevance
47 export type ValuesBucket = Record<string, ValueType | Uint8Array | null>; alias
201 type ValuesBucket = Record<string, ValueType>; alias
501 type ValuesBucket = { [key: string]: ValueType | Uint8Array | null }; alias
243 type ValuesBucket = Record<string, ValueType>; alias