UNPKG

google-adwords-node

Version:
8 lines (7 loc) 190 B
export interface ILabelAttribute { 'LabelAttribute.Type'?: string; } export interface IDisplayAttribute extends ILabelAttribute { backgroundColor: string; description: string; }