UNPKG

nodejs-google-adwords

Version:
17 lines (16 loc) 496 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Label; (function (Label) { var status; (function (status) { status["ENABLED"] = "ENABLED"; status["REMOVED"] = "REMOVED"; status["UNKNOWN"] = "UNKNOWN"; })(status = Label.status || (Label.status = {})); var Type; (function (Type) { Type["TextLabel"] = "TextLabel"; })(Type = Label.Type || (Label.Type = {})); })(Label || (Label = {})); exports.Label = Label;