Skip to content

Commit bc74cdb

Browse files
committed
chore: remove line
1 parent 6717f0c commit bc74cdb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/utils/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
export type DeepPartial<T> = {
22
[P in keyof T]?: T[P] extends object ? DeepPartial<T[P]> : T[P];
33
};
4-
``;

0 commit comments

Comments
 (0)