UNPKG

@bitte-ai/types

Version:
19 lines (17 loc) 419 B
'use strict'; // 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 || {}); exports.ChainType = ChainType; exports.Operation = Operation; //# sourceMappingURL=index.js.map //# sourceMappingURL=index.js.map