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.
continueWithCode
export interface ContinueWithCodeOptions extends CustomOptions { /** * ユーザーのメールアドレスに送信された確認コード。通常、ユーザーがフォームに入力する短い数字または英数字の文字列です。 * @type {string} * @example "123456" * @example "ABCXYZ" */ code: string; }
key
string
number
boolean
undefined
"123456"