// Interfaces import { IFileConfig } from '../components/ca-upload-dropzone/interfaces'; export interface IFileOptionConfig { id: number; customClassName?: string; url?: string; file: IFileConfig; hasTagsDropdown?: boolean; hasNumberOfPages?: boolean; activePage?: number; type?: string; // modal | table | details hasLandscapeOption?: boolean; tagsOptions?: any[]; tags?: any[]; }