Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 771 Bytes

File metadata and controls

19 lines (14 loc) · 771 Bytes

UsersSearchRequest

Example Usage

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

let value: UsersSearchRequest = {
  keyword: "<value>",
  targetCount: 957565,
};

Fields

Field Type Required Description
keyword string ✔️ The keyword to search for.
targetCount number ✔️ The number of users to return.