Skip to content

StorageErrorPayload

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