IndexedMapSerializedJson
Type Alias: IndexedMapSerializedJson
type IndexedMapSerializedJson = {};
Defined in: packages/storage/src/indexed-map/indexed-map.ts:17
Index Signature
[key: string]: {
map: IndexedMapSerialized;
}
Updated 10 days ago