import Foundation
public enum OpenClawBrowserCommand: String, Codable, Sendable {
case proxy = "browser.proxy"
}