export interface AttachmentArchiveEntry {
  abbreviatedName?: string;
  entryIndex?: number;
  mediaType?: string;
  name?: string;
  size?: number;
}
