src/types/paging.ts (4 lines of code) (raw):

export type PageInfo = { page: number, size: number }