@drift-labs/common
Version:
Common functions for Drift
11 lines • 447 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.SnapshotEpochResolution = void 0;
class SnapshotEpochResolution {
}
exports.SnapshotEpochResolution = SnapshotEpochResolution;
SnapshotEpochResolution.HOURLY = { hourly: {} };
SnapshotEpochResolution.DAILY = { daily: {} };
SnapshotEpochResolution.WEEKLY = { weekly: {} };
SnapshotEpochResolution.MONTHLY = { monthly: {} };
//# sourceMappingURL=leaderboard.js.map
;