TimezoneGetTimezoneEnumWindowsResponse type

Contains response data for the getTimezoneEnumWindows operation.

type TimezoneGetTimezoneEnumWindowsResponse = Array<TimezoneEnumWindow> & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: TimezoneEnumWindow[],
  },
}