export type SmartAttachment = { id?: number; file?: File; previewSrc?: string; downloadSrc?: string; }; export type SmartAttachmentUrl = { id?: number; file: File; previewSrc?: string; downloadSrc: string; }; //# sourceMappingURL=smart-attachment.d.ts.map