UNPKG

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

11 lines (10 loc) 399 B
// src/enums/v-c-s-deployment-type.ts var VCSDeploymentType = /* @__PURE__ */ ((VCSDeploymentType2) => { VCSDeploymentType2["Branch"] = "branch"; VCSDeploymentType2["Commit"] = "commit"; VCSDeploymentType2["Tag"] = "tag"; return VCSDeploymentType2; })(VCSDeploymentType || {}); export { VCSDeploymentType }; //# sourceMappingURL=out.js.map //# sourceMappingURL=v-c-s-deployment-type.mjs.map