@intuitionrobotics/google-services
Version:
12 lines • 489 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GCPScope = exports.ServiceKey = void 0;
var ServiceKey;
(function (ServiceKey) {
ServiceKey["DialogFlow"] = "dialogflow.googleapis.com";
})(ServiceKey || (exports.ServiceKey = ServiceKey = {}));
var GCPScope;
(function (GCPScope) {
GCPScope["CloudPlatform"] = "https://www.googleapis.com/auth/cloud-platform";
})(GCPScope || (exports.GCPScope = GCPScope = {}));
//# sourceMappingURL=consts.js.map