diff --git a/src/types/pick-partial.type.mts b/src/types/pick-partial.type.mts deleted file mode 100644 index 1d8f80bd..00000000 --- a/src/types/pick-partial.type.mts +++ /dev/null @@ -1,4 +0,0 @@ -/** - * From TTarget, make only keys in TKeys required, with the rest being optional. - */ -export type PickPartial = Partial & Pick;