export class FileInput {
    fileEntryId: string;
    fileName: string;
    fileValue: string;
}
