import { nullish } from '../types/global.types'; export interface PaginationOf { first: T | nullish; last: T | nullish; prev: T | nullish; next: T | nullish; } //# sourceMappingURL=paginator.interface.d.ts.map