import { SearchUserResponse } from "@twexapi-dev/x-api-scraper/models";
let value: SearchUserResponse = {
code: 192068,
msg: "<value>",
data: [],
};| 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. |