export interface IFileModel { name?: string; data: any; type: string; size?: number; s3AccessLevel?: 'private' | 'protected' | 'public'; }