UNPKG

nodejs-google-adwords

Version:
6 lines (5 loc) 192 B
import { IOperation } from '../../../types/adwords'; import { IAdGroup } from './AdGroup'; export interface IAdGroupOperation extends IOperation<'AdGroupOperation'> { operand: IAdGroup; }