Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.17 KB

File metadata and controls

21 lines (16 loc) · 1.17 KB

SearchUserResponse

Example Usage

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

let value: SearchUserResponse = {
  code: 192068,
  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.UserModel[] ✔️ A list of user objects.