import { SearchCommunityQuery } from "@twexapi-dev/x-api-scraper/models";
let value: SearchCommunityQuery = {
query: "<value>",
targetCount: 169139,
};| Field | Type | Required | Description |
|---|---|---|---|
query |
string | ✔️ | The query to search for. |
targetCount |
number | ✔️ | The number of communities to search. |