export interface IFileStorage { success: boolean; contentType?: string; name?: string; size?: string | number; timeCreated?: string; url?: string; }