UNPKG

nodejs-google-adwords

Version:
6 lines (5 loc) 97 B
export interface ICustomParameter { key: string; value: string; isRemove: boolean; }