conversion-library / SizeUnitType
Type Alias: SizeUnitType
ts
type SizeUnitType:
| "B"
| "KB"
| "MB"
| "GB"
| "TB"
| "PB"
| "EB"
| "ZB"
| "YB";