UnifiedStoredObject
type UnifiedStoredObject = object & any;
Defined in: atomiq-sdk/src/storage/IUnifiedStorage.ts:23
Base type for stored objects, every storage object MUST have an id field
Type Declaration
| Name | Type | Defined in |
|---|---|---|
id | string | atomiq-sdk/src/storage/IUnifiedStorage.ts:23 |