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 b4443c9 commit 38ef540Copy full SHA for 38ef540
src/common/utils/pagination.ts
@@ -2,7 +2,7 @@ import { List, PaginationOptions } from '../interfaces';
2
3
export class AutoPaginatable<
4
ResourceType,
5
- ParametersType extends PaginationOptions,
+ ParametersType extends PaginationOptions = PaginationOptions,
6
> {
7
readonly object = 'list' as const;
8
readonly options: ParametersType;
0 commit comments