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 7f17ca6 commit 80d469bCopy full SHA for 80d469b
lib/ash_typescript/rpc/codegen.ex
@@ -492,6 +492,8 @@ defmodule AshTypescript.Rpc.Codegen do
492
493
// Returns either non-paginated (array) or paginated result based on page params
494
// For single pagination type support (offset-only or keyset-only)
495
+ // @ts-ignore
496
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
497
type ConditionalPaginatedResult<
498
Page,
499
RecordType,
0 commit comments