TimezoneGetTimezoneByIDResponse type

Contains response data for the getTimezoneByID operation.

type TimezoneGetTimezoneByIDResponse = TimezoneByIdResult & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: TimezoneByIdResult,
  },
}