export default interface AttachmentMeta { attachmentId?: string; title: string; role: string; mime: string; position?: number; dataFileName: string; }