The types seem to be missing some fields on EntryData, in particular date, stats, and mode, as documented in node-archiver: https://github.com/archiverjs/node-archiver/blob/master/lib/core.js#L934
"@types/archiver": "^2.0.1" package and had problems.Definitions by: in index.d.ts) so they can respond.stats is already there,
https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/archiver/index.d.ts#L21
But the other two are not, will add soon
Most helpful comment
statsis already there,https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/archiver/index.d.ts#L21
But the other two are not, will add soon