MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / ErrorResponse

Interface ErrorResponse

frontend/src/hooks/useAuth.ts:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15} from '../client'
16
17interface ErrorResponse {
18 body: {
19 detail?: string
20 }
21 status?: number
22}
23
24const useAuth = () => {
25 const { t } = useTranslation()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected