Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 957 Bytes

paginationentity.md

File metadata and controls

21 lines (16 loc) · 957 Bytes

PaginationEntity

Example Usage

import { PaginationEntity } from "firehydrant-typescript-sdk/models/components";

let value: PaginationEntity = {};

Fields

Field Type Required Description
count number N/A
page number N/A
items number N/A
pages number N/A
last number N/A
prev number N/A
next number N/A