Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.18 KB

File metadata and controls

21 lines (15 loc) · 1.18 KB

SearchResponse

Search API response

Example Usage

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

let value: SearchResponse = {
  data: [],
};

Fields

Field Type Required Description
code number HTTP status code
msg string Response message
data models.TweetModel[] ✔️ List of tweets