supertokens-node
Version:
NodeJS driver for SuperTokens core
6 lines (5 loc) • 428 B
TypeScript
// @ts-nocheck
import { TypeEmailPasswordPasswordResetEmailDeliveryInput } from "../../../types";
import { GetContentResult } from "../../../../../ingredients/emaildelivery/services/smtp";
export default function getPasswordResetEmailContent(input: TypeEmailPasswordPasswordResetEmailDeliveryInput): GetContentResult;
export declare function getPasswordResetEmailHTML(appName: string, email: string, resetLink: string): string;