mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-16 12:30:49 +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
|
|
}
|