Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
export interface ContinueOptions extends CustomOptions { /** * 実行するチャレンジの種類。 * 'sms': テキストメッセージでcodeを送信する。 * 'voice': 音声通話でcodeを送信する。 * @default 'sms' */ type: 'sms' | 'voice'; }
sms
voice