import { StatusError } from '@sliprail/sdk/lib/index'
type StatusError
status: "error"
message: string
onRetry?: () => unknown