TimezoneGetTimezoneByIDResponse type

Berisi data respons untuk operasi getTimezoneByID.

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