Skip to main content
Example
export interface LoginOptions {
  username: string;
  captcha?: string;
  [key: string]: string | number | boolean | undefined;
}

Indexable

[key: string]: string | number | boolean | undefined

Properties

captcha?
string
username
string