Поделиться через


TimezoneGetTimezoneByIDResponse type

Содержит данные ответа для операции getTimezoneByID.

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