diff --git a/src/tools/types.ts b/src/tools/types.ts index 71a0b3fea..c7aad5083 100644 --- a/src/tools/types.ts +++ b/src/tools/types.ts @@ -48,4 +48,6 @@ export interface serviceItem { url: string; icon: string; apiKey?: string; + password?: string; + username?: string; }