From ecfb89de4095c3f944e1fa1ed012b5b9c3eaff7d Mon Sep 17 00:00:00 2001 From: ajnart Date: Sat, 21 May 2022 01:02:45 +0200 Subject: [PATCH] :label: Fix types Fixed the apiKey field for a service --- src/tools/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/types.ts b/src/tools/types.ts index f22a3bb19..efb38e11d 100644 --- a/src/tools/types.ts +++ b/src/tools/types.ts @@ -34,4 +34,5 @@ export interface serviceItem { type: string; url: string; icon: string; + apiKey?: string; }