// LocalASRPreferenceKeys.swift // OSGKeyboard ยท Shared import Foundation enum LocalASRPreferenceKeys { static let selectedModelId = "mac.localASR.selectedModelId" /// Persists the user's preferred model download mirror (see `LocalASRDownloadSourcePreference`). static let downloadSource = "mac.localASR.downloadSource" }