UNPKG

@mstable/protocol

Version:
10 lines 512 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IntegrationPlatform = void 0; var IntegrationPlatform; (function (IntegrationPlatform) { IntegrationPlatform[IntegrationPlatform["none"] = 0] = "none"; IntegrationPlatform[IntegrationPlatform["aave"] = 1] = "aave"; IntegrationPlatform[IntegrationPlatform["compound"] = 2] = "compound"; })(IntegrationPlatform = exports.IntegrationPlatform || (exports.IntegrationPlatform = {})); //# sourceMappingURL=machines.js.map