mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-24 08:21:39 +00:00
9 lines
147 B
Swift
9 lines
147 B
Swift
import Foundation
|
|
|
|
public enum ClawdisCapability: String, Codable, Sendable {
|
|
case canvas
|
|
case camera
|
|
case screen
|
|
case voiceWake
|
|
}
|