sendSms: (
input: TypePasswordlessSmsDeliveryInput & {
userContext?: Record<string, any>;
},
) => Promise<void> = Wrapper.sendSms
Type declaration
- (
input: TypePasswordlessSmsDeliveryInput & {
userContext?: Record<string, any>;
},
): Promise<void> Parameters
- input: TypePasswordlessSmsDeliveryInput & { userContext?: Record<string, any> }
Returns Promise<void>