mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 07:01:29 +03:00
8 lines
146 B
Swift
8 lines
146 B
Swift
import Foundation
|
|
|
|
public enum ClawdbotLocationMode: String, Codable, Sendable, CaseIterable {
|
|
case off
|
|
case whileUsing
|
|
case always
|
|
}
|