Skip to content

Commit 80d469b

Browse files
committed
chore: add ignore comment directives for potentially unused type
1 parent 7f17ca6 commit 80d469b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/ash_typescript/rpc/codegen.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,8 @@ defmodule AshTypescript.Rpc.Codegen do
492492
493493
// Returns either non-paginated (array) or paginated result based on page params
494494
// For single pagination type support (offset-only or keyset-only)
495+
// @ts-ignore
496+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
495497
type ConditionalPaginatedResult<
496498
Page,
497499
RecordType,

0 commit comments

Comments
 (0)