index
:
www.armandphilippot.com
main
The frontend of my personal website.
Armand Philippot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ts
/
types
/
pagination.ts
blob: 45830d91c6bd6ffd5debf2bc570f5beb01c02a8f (
plain
)
1
2
3
4
export
type
PageInfo
=
{
endCursor
:
string
;
hasNextPage
:
boolean
;
};