TimezoneGetTimezoneEnumIANAResponse type

Contains response data for the getTimezoneEnumIANA operation.

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