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; }