UNPKG

83 BPlain TextView Raw
1export type Verification = {
2 isValid: boolean;
3 isPotentiallyValid: boolean;
4};