UNPKG

@drift-labs/common

Version:

Common functions for Drift

11 lines 446 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HistoryResolution = void 0; var HistoryResolution; (function (HistoryResolution) { HistoryResolution["DAY"] = "DAY"; HistoryResolution["WEEK"] = "WEEK"; HistoryResolution["MONTH"] = "MONTH"; HistoryResolution["ALL"] = "ALL"; })(HistoryResolution || (exports.HistoryResolution = HistoryResolution = {})); //# sourceMappingURL=historyServer.js.map