interface ZipObjectimport { type ZipObject } from "https://deno.land/x/pbkit@v0.0.62/misc/archive/zip.ts"; Propertiesname: stringdir: booleandate: Date | nullcomment: string | nullunixPermissions: number | nulldosPermissions: number | nullMethodsasync(type: "text" | "string"): Promise<string>async(type: "uint8array"): Promise<Uint8Array>