import Foundation struct CardInfo: Codable, Equatable { let card: CardId let playable: Bool }