Skip to main content
Example
export interface SwitchConnectionOptionsSignupPassword {
  connection: string;
  [key: string]: string | number | boolean;
}

インデックス可能型

[key: string]: string | number | boolean

プロパティ

connection
string
required
signup-password 認証フロー中に切り替える接続の識別子です。