Type Alias StorageLocation

StorageLocation:
    | "calldata"
    | "default"
    | "memory"
    | "storage"
    | "transient"