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

12 lines (11 loc) 455 B
// src/enums/relationship-type.ts var RelationshipType = /* @__PURE__ */ ((RelationshipType2) => { RelationshipType2["OneToOne"] = "oneToOne"; RelationshipType2["ManyToOne"] = "manyToOne"; RelationshipType2["ManyToMany"] = "manyToMany"; RelationshipType2["OneToMany"] = "oneToMany"; return RelationshipType2; })(RelationshipType || {}); export { RelationshipType }; //# sourceMappingURL=out.js.map //# sourceMappingURL=relationship-type.mjs.map