export interface AdFile { filename: string; name: string; height: number; width: number; size: number; type: string; }