/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { AttachmentArchiveEntryAsResponse } from "../definitions/AttachmentArchiveEntryAsResponse"; export interface AttachmentArchiveImplAsResponse { /** * The list of the items included in the archive. */ entries?: Array; /** * The number of items in the archive. */ totalEntryCount?: number; } //# sourceMappingURL=AttachmentArchiveImplAsResponse.d.ts.map