UNPKG

supertokens-node

Version:
12 lines (11 loc) 427 B
// @ts-nocheck import { TypeEmailVerificationEmailDeliveryInput } from "../../../types"; import { Transporter } from "nodemailer"; import { ServiceInterface } from "../../../../../ingredients/emaildelivery/services/smtp"; export declare function getServiceImplementation( transporter: Transporter, from: { name: string; email: string; } ): ServiceInterface<TypeEmailVerificationEmailDeliveryInput>;