TimezoneGetTimezoneByIDResponse type

Enthält Antwortdaten für den GetTimezoneByID-Vorgang.

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