Skip to content

Commit 3737783

Browse files
committed
chore: fix knip test
1 parent 95242ff commit 3737783

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/devtools-ui/src/utils/deep-keys.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export type CollapsibleKeys<T, TPrefix extends string = ''> =
1+
type CollapsibleKeys<T, TPrefix extends string = ''> =
22
T extends ReadonlyArray<infer U>
33
?
44
| (TPrefix extends '' ? '' : TPrefix)

0 commit comments

Comments
 (0)