Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 552 Bytes

pagination.md

File metadata and controls

19 lines (14 loc) · 552 Bytes

Pagination

Example Usage

import { Pagination } from "@polar-sh/sdk/models/components/pagination.js";

let value: Pagination = {
  totalCount: 538258,
  maxPage: 921757,
};

Fields

Field Type Required Description
totalCount number ✔️ N/A
maxPage number ✔️ N/A