export interface FileValidationConfig { maxSizeInBytes?: number allowedTypes?: string[] maxFiles?: number }