TimezoneGetTimezoneWindowsToIANAResponse type

Berisi data respons untuk operasi getTimezoneWindowsToIANA.

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