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を送信する。 * @type {'sms' | 'voice'} */ type: 'sms' | 'voice'; }
sms
voice