mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
3 lines
187 B
TypeScript
3 lines
187 B
TypeScript
export type { WebviewMessage, WebViewMessagePayload } from "@roo-code/types"
|
|
|
|
export type ClineAskResponse = "yesButtonClicked" | "noButtonClicked" | "messageResponse" | "objectResponse"
|