UNPKG

nodejs-google-adwords

Version:
8 lines (7 loc) 156 B
declare enum CampaignStatus { UNKNOWN = "UNKNOWN", ENABLED = "ENABLED", PAUSED = "PAUSED", REMOVED = "REMOVED" } export { CampaignStatus };