If using config option "followRedirects", the param passed in the promise is an array of NettimeResponses. This causes TS-validation to fail as this is not part of the definition in nettime.d.ts
As far as I can see the return value should be
Promise<NettimeResponse | NettimeResponse []>