export type Verification = {
  isValid: boolean;
  isPotentiallyValid: boolean;
};
