Structs
The following structs are available globally.
-
Additional information to be accessed for a room.
See moreDeclaration
Swift
public struct RoomInfo: Decodable
-
Menu for a specific canteen.
See moreDeclaration
Swift
public struct CanteenMenu: Decodable
-
A building complex, possibly made up of more than one building.
See moreDeclaration
Swift
public struct BuildingComplex: Codable, CustomStringConvertible
-
A Room’s timetable, when is what kind of lesson.
See moreDeclaration
Swift
public struct Timetable: Decodable