export type VerifiedCallback = (error: any, user?: any, info?: any) => void;
