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 { /** * ユーザーがWebAuthnセキュリティキーに割り当てる新しいニックネーム。 * この値は更新のためにサーバーに送信されます。 * サーバーはこのニックネームを検証します(例:文字数、使用可能な文字)。 * @type {string} * @example "Primary YubiKey" * @example "Home Office Key" */ nickname: string; }