supertokens-node
Version:
NodeJS driver for SuperTokens core
6 lines (5 loc) • 342 B
TypeScript
// @ts-nocheck
import { TypePasswordlessSmsDeliveryInput } from "../../../types";
import Twilio from "twilio/lib/rest/Twilio";
import { ServiceInterface } from "../../../../../ingredients/smsdelivery/services/twilio";
export declare function getServiceImplementation(twilioClient: Twilio): ServiceInterface<TypePasswordlessSmsDeliveryInput>;