diff --git a/clients/tabby-chat-panel/src/index.ts b/clients/tabby-chat-panel/src/index.ts index aeaf328a4712..93d79f32f976 100644 --- a/clients/tabby-chat-panel/src/index.ts +++ b/clients/tabby-chat-panel/src/index.ts @@ -180,7 +180,7 @@ export interface SymbolInfo { /** * Includes information about a git repository in workspace folder */ -export interface GitRepoInfo { +export interface GitRepository { gitUrl: string }