UNPKG

nodejs-google-adwords

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