UNPKG

supertokens-node

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