UNPKG

nodejs-google-adwords

Version:
6 lines (5 loc) 168 B
import { IOperation } from '../../../types/adwords'; import { IBudget } from './Budget'; export interface IBudgetOperation extends IOperation { operand: IBudget; }