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 f015700 commit 36237b7Copy full SHA for 36237b7
packages/devtools-ui/src/utils/deep-keys.ts
@@ -1,4 +1,4 @@
1
-export type CollapsibleKeys<T, TPrefix extends string = ''> =
+type CollapsibleKeys<T, TPrefix extends string = ''> =
2
T extends ReadonlyArray<infer U>
3
?
4
| (TPrefix extends '' ? '' : TPrefix)
0 commit comments