IsoDuration type
ISO 8601 duration formats.
KnownIsoDuration can be used interchangeably with IsoDuration,
this enum contains the known values that the service supports.
Known values supported by the service
PT15M: 15 minutes.
PT1H: 1 hour.
PT4H: 4 hours.
PT24H: 24 hours.
type IsoDuration = string