import { AdRotationMode } from '../../../types/enum'; export interface IAdGroupAdRotationMode { adRotationMode: AdRotationMode; }