MCPcopy Index your code
hub / github.com/FirebaseExtended/reactfire / ClaimCheckErrors

Interface ClaimCheckErrors

src/auth.tsx:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55export interface ClaimCheckErrors {
56 [key: string]: any[];
57}
58
59export type SigninCheckResult =
60 | {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected