MCPcopy
hub / github.com/taniarascia/takenote / AuthState

Interface AuthState

src/client/types/index.ts:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36//==============================================================================
37
38export interface AuthState {
39 loading: boolean
40 currentUser: GithubUser
41 isAuthenticated: boolean
42 error?: string
43}
44
45export interface CategoryState {
46 categories: CategoryItem[]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected