From c4ff5e4de96421749dccb77549b769900b159f37 Mon Sep 17 00:00:00 2001 From: ehmicky Date: Sat, 15 Jun 2024 18:10:20 +0100 Subject: [PATCH] Fix linting --- src/main.d.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main.d.ts b/src/main.d.ts index 02f4eb1..6a47d75 100644 --- a/src/main.d.ts +++ b/src/main.d.ts @@ -154,10 +154,10 @@ type DefaultKey = '_merge' type SecondValue = T extends (infer ArrayItem)[] ? SecondValue[] | Updates> : T extends object - ? { - [Prop in Exclude]?: SecondValue - } & { [KeyProp in KeyOpt]?: MergeMode } - : T + ? { + [Prop in Exclude]?: SecondValue + } & { [KeyProp in KeyOpt]?: MergeMode } + : T /** * Modifies the merge mode.