Files
openclaw/apps/shared/OpenClawKit/Sources/OpenClawKit/LocationSettings.swift
2026-01-30 03:16:21 +01:00

8 lines
146 B
Swift

import Foundation
public enum OpenClawLocationMode: String, Codable, Sendable, CaseIterable {
case off
case whileUsing
case always
}