Skip to content

Commit 58367aa

Browse files
authored
Merge branch 'main' into Update-navigation-and-theme
2 parents 8271655 + 9556526 commit 58367aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/TripKitAPI/model/TKBookingTypes.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ extension TKBooking {
333333
public struct FareGroup: Codable, Hashable, Identifiable {
334334
public let id: String
335335
public let name: String
336+
@DefaultFalse public var selected: Bool
336337
}
337338

338339
public struct Fare: Codable, Hashable, Identifiable {

0 commit comments

Comments
 (0)