UNPKG

alinea

Version:

[![npm](https://img.shields.io/npm/v/alinea.svg)](https://npmjs.org/package/alinea) [![install size](https://packagephobia.com/badge?p=alinea)](https://packagephobia.com/result?p=alinea)

27 lines (25 loc) 853 B
import "../chunks/chunk-U5RRZUYZ.js"; // src/core/Mutation.ts var MutationProgress = /* @__PURE__ */ ((MutationProgress2) => { MutationProgress2["Finished"] = "finished"; MutationProgress2["Pending"] = "pending"; MutationProgress2["Error"] = "error"; return MutationProgress2; })(MutationProgress || {}); var MutationType = /* @__PURE__ */ ((MutationType2) => { MutationType2["Edit"] = "update"; MutationType2["Create"] = "create"; MutationType2["Publish"] = "publish"; MutationType2["Archive"] = "archive"; MutationType2["Discard"] = "discard"; MutationType2["Remove"] = "remove"; MutationType2["Order"] = "order"; MutationType2["Move"] = "move"; MutationType2["Upload"] = "upload"; MutationType2["FileRemove"] = "file-remove"; return MutationType2; })(MutationType || {}); export { MutationProgress, MutationType };