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

Indexable

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

Properties

captcha?
string
code
string