interface AttachmentArchiveImpl {
    entries?: AttachmentArchiveEntry[];
    totalEntryCount?: number;
}

Properties

The list of the items included in the archive.

totalEntryCount?: number

The number of items in the archive.