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