UNPKG

@drift-labs/common

Version:

Common functions for Drift

9 lines 334 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CandleType = void 0; var CandleType; (function (CandleType) { CandleType["FILL_PRICE"] = "FILL_PRICE"; CandleType["ORACLE_PRICE"] = "ORACLE_PRICE"; })(CandleType || (exports.CandleType = CandleType = {})); //# sourceMappingURL=candles.js.map