import { XArticleResponse } from "@twexapi-dev/x-api-scraper/models";
let value: XArticleResponse = {
code: 814108,
msg: "<value>",
data: [
{},
],
};| Field | Type | Required | Description |
|---|---|---|---|
code |
number | ✔️ | The status code of the response. |
msg |
string | ✔️ | The message of the response. |
data |
models.XArticleModel[] | ✔️ | A list of X article objects. |