From 749062bed65a0f740988399ae591d259c71fdc3b Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Mon, 27 Jan 2025 17:47:42 +0100 Subject: frontend/lint: Fix miscellaneous lint issues --- frontend/src/lib/Update.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'frontend/src/lib/Update.ts') diff --git a/frontend/src/lib/Update.ts b/frontend/src/lib/Update.ts index 507dd52..13aec61 100644 --- a/frontend/src/lib/Update.ts +++ b/frontend/src/lib/Update.ts @@ -12,9 +12,7 @@ interface AssociationUpdate { options?: UpdateOptions | null; } -type Input = { - [Property in K]?: T | null; -}; +type Input = Partial>; abstract class Entry { key: K; -- cgit v1.2.3-2-gb3c3