CustomOptions
export interface ContinueOptions extends CustomOptions { phone: string; type: 'sms' | 'voice'; }
key
string
number
boolean
undefined
Was this page helpful?