MonthsResponse
public struct MonthsResponse : Equatable, Sendable
Response returned when fetching the months in a plan
-
The requested months
Declaration
Swift
public let months: [MonthSummary] -
The knowledge of the server
Declaration
Swift
public let serverKnowledge: ServerKnowledge -
Undocumented
Declaration
Swift
public init(months: [MonthSummary], serverKnowledge: ServerKnowledge)
View on GitHub