Home > @vsf-enterprise/epcc-api > Pagination > page
# Pagination.page property
Information about the current page.
Signature:
page?: {
current?: number;
limit?: number;
total?: number;
};
Home > @vsf-enterprise/epcc-api > Pagination > page
Information about the current page.
Signature:
page?: {
current?: number;
limit?: number;
total?: number;
};
On this page