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 {