Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.56 KB

File metadata and controls

23 lines (18 loc) · 1.56 KB

AccountVerifyResponse

Example Usage

import { AccountVerifyResponse } from "@twexapi-dev/x-api-scraper/models";

let value: AccountVerifyResponse = {
  code: 172575,
  msg: "<value>",
  data: [
    {},
  ],
};

Fields

Field Type Required Description
code number ✔️ The status code of the response.
msg string ✔️ The message of the response.
data models.AccountVerifyModel[] ✔️ A list of account verification objects.