interface GetEntriesOptionsimport { type GetEntriesOptions } from "https://dotland.deno.dev/x/zipjs@v2.7.42/index.js"; Represents options passed to the constructor of ZipReader, {@link ZipReader#getEntries} and {@link ZipReader#getEntriesGenerator}. PropertiesoptionalfilenameEncoding: stringThe encoding of the filename of the entry. optionalcommentEncoding: stringThe encoding of the comment of the entry. MethodsoptionaldecodeText(value: Uint8Array, encoding: string): stringDecodes the filename and the comment of the entry.