UNPKG

@bitte-ai/types

Version:
16 lines (15 loc) 377 B
// src/index.ts var ChainType = { EVM: "evm", NEAR: "near", SUI: "sui" }; var Operation = /* @__PURE__ */ ((Operation2) => { Operation2["NEAR"] = "near"; Operation2["RELAY"] = "relay"; Operation2["SPONSOR"] = "sponsor"; return Operation2; })(Operation || {}); export { ChainType, Operation }; //# sourceMappingURL=index.mjs.map //# sourceMappingURL=index.mjs.map