think/packages/domains/lib/models/pagination.d.ts

5 lines
79 B
TypeScript

export declare type IPagination = {
page: number;
pageSize: number;
};