export interface FileInputChanged {
    source: any;
    fileInput: any;
}
