We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0fa83b commit d113433Copy full SHA for d113433
src/BaseControllerV2.ts
@@ -27,7 +27,7 @@ type RecursivePartial<T> = {
27
? RecursivePartial<U>[]
28
: T[P] extends Primitive
29
? T[P]
30
- : RecursivePartial<T>;
+ : RecursivePartial<T[P]>;
31
};
32
33
/**
0 commit comments