UNPKG

nodejs-google-adwords

Version:
6 lines (5 loc) 222 B
import { IOperation } from '../../../types/adwords'; import { ICampaignLabel } from './CampaignLabel'; export interface ICampaignLabelOperation extends IOperation<'CampaignLabelOperation'> { operand: ICampaignLabel; }