UNPKG

@accounts/server

Version:

Fullstack authentication and accounts-management

4 lines (3 loc) 262 B
import { User } from '@accounts/types'; import { EmailTemplateType } from './email-template-type'; export declare type PrepareMailFunction = (to: string, token: string, user: User, pathFragment: string, emailTemplate: EmailTemplateType, from: string) => object;