Files
wehub-resource-sync 1d1286fadb
Build / Build and test (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:18:38 +08:00

9 lines
202 B
Swift

import Foundation
struct TranslationResult: Equatable, Sendable {
var providerTitle: String
var text: String
var sourceText: String
var languageSelection: TranslatorLanguageSelection
}