run api report

Signed-off-by: Paul Schultz <pschultz@pobox.com>
This commit is contained in:
Paul Schultz
2025-09-16 12:48:47 -05:00
parent 161999e837
commit 42c8a67fb4
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -518,7 +518,7 @@ export class WithPagination<
constructor(
createUrl: (options: PaginationOptions) => URL,
fetch: (url: URL) => Promise<TPage>,
pagelen?: number | undefined,
pagelen?: number,
);
// (undocumented)
getPage(options?: PaginationOptions): Promise<TPage>;