import { UsersSearchRequest } from "@twexapi-dev/x-api-scraper/models/operations";
let value: UsersSearchRequest = {
keyword: "<value>",
targetCount: 957565,
};| Field | Type | Required | Description |
|---|---|---|---|
keyword |
string | ✔️ | The keyword to search for. |
targetCount |
number | ✔️ | The number of users to return. |