mirror of https://github.com/fantasticit/think.git
5 lines
79 B
TypeScript
5 lines
79 B
TypeScript
|
export declare type IPagination = {
|
||
|
page: number;
|
||
|
pageSize: number;
|
||
|
};
|