mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-25 00:42:24 +00:00
8 lines
146 B
Swift
8 lines
146 B
Swift
import Foundation
|
|
|
|
public enum OpenClawLocationMode: String, Codable, Sendable, CaseIterable {
|
|
case off
|
|
case whileUsing
|
|
case always
|
|
}
|