Skip to content

Commit 1be8ccf

Browse files
authored
feat(types): add type to executeShellCommandShortCut param (#607)
* feat(types): add keybinding type for shortcut * fix: generalize usage * feat(types): add type for ExecuteShellCommandShortCut * fix: make the prop more generic for reusable * fix: make the interface more generic
1 parent 29920f3 commit 1be8ccf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

types/chat.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,3 +689,7 @@ export interface ListAvailableModelsResult {
689689
models: Model[]
690690
selectedModelId?: string
691691
}
692+
693+
export interface ExecuteShellCommandParams {
694+
id: string
695+
}

0 commit comments

Comments
 (0)