export interface FileSize { MAX_SIZE: number; ERROR: 'success' | 'warning' | 'info' | 'alert' | 'error'; MESSAGE: string; }