We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598bc68 commit 1b863c7Copy full SHA for 1b863c7
1 file changed
src/utils/inheritable.ts
@@ -50,7 +50,7 @@ export type InheritableIntoWorkable<
50
> =
51
P extends Workable<C, infer T>
52
? Workable<C, T>
53
- : P extends readonly any[]
+ : P extends readonly unknown[]
54
? Workable<C, InheritableIntoType<C, P>>
55
: P extends InheritableObject<C>
56
0 commit comments