export interface AdPosition { impressId: string; policy: string; // PREROLL, MIDROLL, POSTROLL seconds: number; vastUrl: string; }