interface EntryDataOnprogressOptionsimport { type EntryDataOnprogressOptions } from "https://dotland.deno.dev/x/zipjs@v2.7.42/index.js"; Represents options passed to {@link Entry#getData}, {@link ZipWriter.add} and {_@link_ ZipDirectory}.export*. Methodsoptionalonstart(total: number): Promise<void> | undefinedThe function called when starting compression/decompression. optionalonprogress(progress: number, total: number): Promise<void> | undefinedThe function called during compression/decompression. optionalonend(computedSize: number): Promise<void> | undefinedThe function called when ending compression/decompression.