[Home](../README.md) > StorageItemType

# Type Alias: StorageItemType

Storage item type.

## Type

```typescript
type StorageItemType = "file" | "directory"
```
