UNPKG

nodejs-google-adwords

Version:
5 lines (4 loc) 114 B
import { ITextLabel } from '../CampaignService/Label'; export interface ILabelPage { entries: ITextLabel[]; }