Share via


TimezoneGetTimezoneWindowsToIANAResponse type

getTimezoneWindowsToIANA işlemi için yanıt verilerini içerir.

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