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
10 lines (9 loc) • 403 B
JavaScript
// src/enums/deployment-download-type.ts
var DeploymentDownloadType = /* @__PURE__ */ ((DeploymentDownloadType2) => {
DeploymentDownloadType2["Source"] = "source";
DeploymentDownloadType2["Output"] = "output";
return DeploymentDownloadType2;
})(DeploymentDownloadType || {});
export { DeploymentDownloadType };
//# sourceMappingURL=out.js.map
//# sourceMappingURL=deployment-download-type.mjs.map