UNPKG

nodejs-google-adwords

Version:
9 lines (8 loc) 238 B
import { LinkStatus } from './enum/LinkStatus'; export interface IManagedCustomerLink { managerCustomerId: string; clientCustomerId: string; linkStatus: LinkStatus; pendingDescriptiveName: string; isHidden: boolean; }