# Type Alias: StorageElementType (/jsdoc/pixi-vn/index/type-aliases/StorageElementType)



\> **StorageElementType** = `StorageElementInternalType` | `Record`\<`string` | `number` | `symbol`, `StorageElementInternalType`> | \{\[`key`: `string` | `number` | `symbol`]: `StorageElementType`; } | [`StorageObjectType`](/jsdoc/pixi-vn/index/type-aliases/StorageObjectType)\[] | (`StorageElementPrimaryType` | `StorageElementInternalType` | `StorageElementType`)\[] | \{\[`key`: `string` | `number` | `symbol`]: `NonFunctionStorage`; }

Defined in: [src/storage/types/StorageElementType.ts:25](https://github.com/DRincs-Productions/pixi-vn/blob/92a10d7481511296d22e17c43fbc1d4dd976bef8/src/storage/types/StorageElementType.ts#L25)

StorageElementType are all the types that can be stored in the storage
