From f0bb3f08b05f1288b0c740c451970041d6ce4d45 Mon Sep 17 00:00:00 2001 From: ajnart Date: Sun, 7 Aug 2022 12:13:44 +0200 Subject: [PATCH] :label: Fix missing types --- src/tools/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/types.ts b/src/tools/types.ts index 97b53d60f..527302b52 100644 --- a/src/tools/types.ts +++ b/src/tools/types.ts @@ -169,7 +169,7 @@ export const MatchingImages: { export interface serviceItem { id: string; name: string; - type: string; + type: ServiceType; url: string; icon: string; category?: string;