Files

8 lines
145 B
Swift

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