UNPKG

@dmgt/google-ad-manager-api

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