AutoBE
    Preparing search index...
    interface IArchiveSummary {
        byteLength: number & Type<"uint32">;
        compressedBytes: number & Type<"uint32">;
        directories: number & Type<"uint32">;
        entries: number & Type<"uint32">;
        kind: ArchiveKind;
        relativePath: string;
        uncompressedBytes: number & Type<"uint32">;
        warnings: string[];
    }
    Index

    Properties

    byteLength: number & Type<"uint32">
    compressedBytes: number & Type<"uint32">
    directories: number & Type<"uint32">
    entries: number & Type<"uint32">
    relativePath: string
    uncompressedBytes: number & Type<"uint32">
    warnings: string[]