ValidationAuthErrorPayload

type ValidationAuthErrorPayload = AuthErrorPayload & {
  status: VALIDATION_ERROR_CODE
}