Interface CaptchaResponse

Hierarchy

  • CaptchaResponse

Properties

Properties

refNo: string
result: {
    message: string;
    responseCode: string;
    ok: boolean;
}

Type declaration

  • message: string
  • responseCode: string
  • ok: boolean
imageString: string

Generated using TypeDoc