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 LoginOptions { /** ログインに使用するusername/メールアドレス */ username: string; /** 認証用パスワード */ password: string; /** 必要な場合に使用するオプションのキャプチャ値 */ captcha?: string; /** 追加のカスタムオプション */ [key: string]: string | number | boolean | undefined; }
key
string
number
boolean
undefined