TypeScript Support
Type Definitions
All types are exported from the main package:
import type {
VerificationModule,
VerificationStatus,
VerificationResult,
ModuleConfig,
UntracedConfig,
UntracedContextValue,
UseUntracedModalReturn,
} from '@untraced/sdk';Generic Types
VerificationModule:
type VerificationModule =
| "zk-email"
| "zk-age"
| "zk-github"
| "zk-twitter"
| "zk-balance";VerificationStatus:
VerificationResult:
Last updated