"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Endpoints = void 0;
var Endpoints;
(function (Endpoints) {
Endpoints["Variables"] = "/api/v4/projects/:id/variables";
})(Endpoints = exports.Endpoints || (exports.Endpoints = {}));