次の方法で共有


TimezoneGetTimezoneWindowsToIANAResponse type

getTimezoneWindowsToIANA 操作の応答データを格納します。

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