UNPKG

supertokens-node

Version:
7 lines (6 loc) 235 B
// @ts-nocheck import { TypeInputWithService, EmailDeliveryInterface } from "./types"; export default class EmailDelivery<T> { ingredientInterfaceImpl: EmailDeliveryInterface<T>; constructor(config: TypeInputWithService<T>); }