Files
clawdbot/apps/shared/ClawdbotKit/Sources/ClawdbotKit/LocationSettings.swift
2026-01-04 14:38:51 +00:00

8 lines
146 B
Swift

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