aboutsummaryrefslogtreecommitdiffstats
path: root/src/ts/types/pagination.ts
blob: 45830d91c6bd6ffd5debf2bc570f5beb01c02a8f (plain)
1
2
3
4
export type PageInfo = {
  endCursor: string;
  hasNextPage: boolean;
};