mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Get communication working between extension and webview; add shared data types
This commit is contained in:
5
src/shared/WebviewMessage.ts
Normal file
5
src/shared/WebviewMessage.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface WebviewMessage {
|
||||
type: "text" | "action"
|
||||
text?: string
|
||||
action?: "newTaskButtonTapped" | "yesButtonTapped" | "noButtonTapped" | "executeButtonTapped"
|
||||
}
|
||||
Reference in New Issue
Block a user