Skip to content

IPaginator #18

@antongolub

Description

@antongolub
interface IOffsettedPaginator {
  limit: number
  offset: number
}

interface IPageSizedPaginator {
  size: number
  page: number
}

export interface IPaginator extends IOffsettedPaginator, IPageSizedPaginator {}

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions