MCPcopy Create free account
hub / github.com/bsoc-bitbyte/busify / User

Interface User

frontend/src/store/authStore.tsx:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12interface User {
13 id: number;
14 email: string;
15 name: string;
16 picture: string;
17 role: string;
18}
19
20export const useAuthStore = create<AuthStore>(set => ({
21 isAuth: false,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected