We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6add273 commit 9d42f5bCopy full SHA for 9d42f5b
v2/api-validator/tests/utils/pagination.ts
@@ -1,7 +1,7 @@
1
import config from '../../src/config';
2
3
const LIMIT = config.get('paginationLimit');
4
-// Function supporting paginationgit commit
+// Function supporting pagination
5
export type Pageable<T> = (limit: number, startingAfter?: string) => Promise<T[]>;
6
/**
7
* Wraps a pageable function with a generator function, returning all the items
0 commit comments