This website requires JavaScript.
Explore
Help
Register
Sign In
gio
/
think
mirror of
https://github.com/fantasticit/think.git
Watch
1
Star
0
Fork
You've already forked think
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
589bd57f69
think
/
packages
/
domains
/
lib
/
models
/
pagination.d.ts
5 lines
79 B
TypeScript
Raw
Blame
History
export
declare
type
IPagination
=
{
page
:
number
;
pageSize
:
number
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink