UNPKG

@daveyplate/better-auth-ui

Version:

Plug & play shadcn/ui components for better-auth

7 lines (6 loc) 136 B
export type FetchError = { code?: string | undefined message?: string | undefined status?: number statusText?: string }