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 af9395b commit 08d0622Copy full SHA for 08d0622
src/fga/utils/fga-paginatable.ts
@@ -3,7 +3,10 @@ import { FGAList } from '../interfaces/list.interface';
3
import { Warning } from '../interfaces/warning.interface';
4
import { PaginationOptions } from '../../common/interfaces';
5
6
-export class FgaPaginatable<T, P extends PaginationOptions = PaginationOptions> extends AutoPaginatable<T, P> {
+export class FgaPaginatable<
7
+ T,
8
+ P extends PaginationOptions = PaginationOptions,
9
+> extends AutoPaginatable<T, P> {
10
protected override list: FGAList<T>;
11
12
constructor(
0 commit comments