indexType aliases
Type Alias: StorageElementType
> StorageElementType = StorageElementInternalType | Record<string | number | symbol, StorageElementInternalType> | {[key: string | number | symbol]: StorageElementType; } | StorageObjectType[] | (StorageElementPrimaryType | StorageElementInternalType | StorageElementType)[] | {[key: string | number | symbol]: NonFunctionStorage; }
Defined in: src/storage/types/StorageElementType.ts:25
StorageElementType are all the types that can be stored in the storage