mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
1 line
64 B
TypeScript
1 line
64 B
TypeScript
export type TelemetrySetting = "unset" | "enabled" | "disabled"
|