google-adwords-node
Version:
Google Ads API Client Library for Node.js
8 lines (7 loc) • 316 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var GeoRestriction;
(function (GeoRestriction) {
GeoRestriction["UNKNOWN"] = "UNKNOWN";
GeoRestriction["LOCATION_OF_PRESENCE"] = "LOCATION_OF_PRESENCE";
})(GeoRestriction = exports.GeoRestriction || (exports.GeoRestriction = {}));
;