node-appwrite
Version:
Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API
12 lines (10 loc) • 392 B
JavaScript
var VCSDeploymentType = /* @__PURE__ */ ((VCSDeploymentType2) => {
VCSDeploymentType2["Branch"] = "branch";
VCSDeploymentType2["Commit"] = "commit";
VCSDeploymentType2["Tag"] = "tag";
return VCSDeploymentType2;
})(VCSDeploymentType || {});
exports.VCSDeploymentType = VCSDeploymentType;
//# sourceMappingURL=out.js.map
//# sourceMappingURL=v-c-s-deployment-type.js.map
;