Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 2.04 KB

getteammemberspagination.md

File metadata and controls

23 lines (18 loc) · 2.04 KB

GetTeamMembersPagination

Example Usage

import { GetTeamMembersPagination } from "@vercel/sdk/models/getteammembersop.js";

let value: GetTeamMembersPagination = {
  hasNext: false,
  count: 20,
  next: 1540095775951,
  prev: 1540095775951,
};

Fields

Field Type Required Description Example
hasNext boolean ✔️ N/A
count number ✔️ Amount of items in the current page. 20
next number ✔️ Timestamp that must be used to request the next page. 1540095775951
prev number ✔️ Timestamp that must be used to request the previous page. 1540095775951