OBJECT
type Duration {# The hours part of the durationhours: Int # The minutes part of the durationminutes: Int # The seconds part of the durationseconds: Int }