chore(module): update

This commit is contained in:
Benjamin Canac
2024-03-07 16:08:48 +01:00
parent c79e6f188d
commit 7e19c30f80
6 changed files with 45 additions and 39 deletions

View File

@@ -1,3 +0,0 @@
export type DeepPartial<T> = Partial<{
[P in keyof T]: DeepPartial<T[P]> | { [key: string]: string | object }
}>