UNPKG

87 BTypeScriptView Raw
1export type Verification = {
2 isValid: boolean;
3 isPotentiallyValid: boolean;
4};