BackendState

import { classifyBackend, classifyRead, BackendStateCard } from '@hanzo/ui/product'

No examples yet.

Types

export type BackendStateKind =
| 'not-initialized'
| 'unavailable'
| 'not-implemented'
| 'access'
| 'signin'
| 'billing'
| 'error'
export type BackendState = { kind: BackendStateKind; message: string }

Exports

classifyBackendclassifyReadBackendStateCardtype BackendStateKindtype BackendState