export interface AttachmentArchiveEntryAsResponse { entryIndex?: number; abbreviatedName?: string; mediaType?: string; name?: string; size?: number; } //# sourceMappingURL=AttachmentArchiveEntryAsResponse.d.ts.map