TimezoneGetTimezoneByIDResponse type

getTimezoneByID 操作の応答データを格納します。

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