//Interfaces import { IFileConfig } from '../components/ca-upload-dropzone/interfaces'; export interface IDocumentReviewInputEvent { file: IFileConfig; message: string; }