/** * Attachment model from API */ export interface ApiAttachmentModel { fileSize: number; mediaType: string; nodeId: string; nodeName: string; }