TimezoneGetTimezoneWindowsToIANAResponse type

Contains response data for the getTimezoneWindowsToIANA operation.

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