@dmgt/google-ad-manager-api
Version:
Typed Google Ad Manager API
11 lines (9 loc) • 315 B
text/typescript
import { NativeStyleAction } from './NativeStyleAction'
import { FilterStatement } from './FilterStatement'
/** performNativeStyleAction */
export interface PerformNativeStyleAction {
/** nativeStyleAction */
nativeStyleAction?: NativeStyleAction
/** filterStatement */
filterStatement?: FilterStatement
}