type SmsAuthentication = { type: "sms"; phoneNumber: string; };
type
"sms"
phoneNumber
string
Was this page helpful?