import { type ZipWriterAddDataOptions } from "https://deno.land/x/zipjs@v2.7.53/index.d.ts";
Represents the options passed to ZipWriter#add.
Properties
The uncompressed size of the entry. This option is ignored if the ZipWriterConstructorOptions#passThrough option is not set to true
.