import Foundation struct HintResult: Sendable { let cards: [Card] let from: CardLocation let to: CardLocation let priority: Int }