UNPKG

@a11ywatch/core

Version:
10 lines (9 loc) 287 B
import { User } from "../../../../types/schema"; export declare const sendEmailConfirmation: (user: User, collection: any) => Promise<void>; export declare const confirmEmail: ({ keyid }: { keyid: any; }) => Promise<{ code: number; success: boolean; message: string; }>;