UNPKG

supertokens-node

Version:
5 lines (4 loc) 288 B
// @ts-nocheck import { TypePasswordlessSmsDeliveryInput } from "../../../types"; import { GetContentResult } from "../../../../../ingredients/smsdelivery/services/twilio"; export default function getPasswordlessLoginSmsContent(input: TypePasswordlessSmsDeliveryInput): GetContentResult;