From b2a06f249282a4698b74a081385b9a2d77a22195 Mon Sep 17 00:00:00 2001 From: liangfung Date: Tue, 3 Dec 2024 00:22:22 +0700 Subject: [PATCH] update --- clients/tabby-chat-panel/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/tabby-chat-panel/src/index.ts b/clients/tabby-chat-panel/src/index.ts index c9e46c4c79e6..e2cc1ec63c85 100644 --- a/clients/tabby-chat-panel/src/index.ts +++ b/clients/tabby-chat-panel/src/index.ts @@ -76,6 +76,7 @@ export interface ClientApiMethods { onCopy: (content: string) => void onKeyboardEvent: (type: 'keydown' | 'keyup' | 'keypress', event: KeyboardEventInit) => void + } export interface ClientApi extends ClientApiMethods {