UNPKG

@dmgt/google-ad-manager-api

Version:
10 lines (9 loc) 354 B
import { LiveStreamEventAction } from './LiveStreamEventAction'; import { FilterStatement } from './FilterStatement'; /** performLiveStreamEventAction */ export interface PerformLiveStreamEventAction { /** liveStreamEventAction */ liveStreamEventAction?: LiveStreamEventAction; /** filterStatement */ filterStatement?: FilterStatement; }