AuthErrorPayload

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