Type Alias: DatabaseState

typescript
1
DatabaseState = "disconnected" | "loading" | "loaded" | "error"

Defined in: packages/identus-react/src/context/index.ts:118

Enumeration of possible database connection states.