StorageErrorPayload

type StorageErrorPayload = () => {
  error: string
  status: number
  message: string
}