export interface AttachmentArchiveItemReadableAsResponse { /** * The path of the archive item. */ path?: string; /** * The position of the item within the archive. */ index?: number; /** * The size of the archive item. */ size?: string; /** * The MIME type of the archive item. */ mediaType?: string; /** * The label for the archive item. */ label?: string; } //# sourceMappingURL=AttachmentArchiveItemReadableAsResponse.d.ts.map