interface ZipDirectoryEntryExportOptions implements ZipWriterConstructorOptions, EntryDataOnprogressOptionsimport { type ZipDirectoryEntryExportOptions } from "https://dotland.deno.dev/x/zipjs@v2.7.53/index.d.ts"; Represents the options passed to [ZipDirectoryEntry](https://dotland.deno.dev/x/zipjs@v2.7.53/index.d.ts?s=ZipDirectoryEntry)#export*(). PropertiesoptionalrelativePath: booleantrue to use filenames relative to the entry instead of full filenames. optionalmimeType: stringThe MIME type of the exported data when relevant. optionalreaderOptions: ZipReaderConstructorOptionsThe options passed to the Reader instances