supertokens-node
Version:
NodeJS driver for SuperTokens core
8 lines (7 loc) • 348 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>;