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
bf4389624b
think
/
packages
/
domains
/
src
/
models
/
pagination.ts
5 lines
67 B
TypeScript
Raw
Blame
History
export
type
IPagination
=
{
page
:
number
;
pageSize
:
number
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink