Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 860 Bytes

File metadata and controls

19 lines (14 loc) · 860 Bytes

SearchCommunityQuery

Example Usage

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

let value: SearchCommunityQuery = {
  query: "<value>",
  targetCount: 169139,
};

Fields

Field Type Required Description
query string ✔️ The query to search for.
targetCount number ✔️ The number of communities to search.