UNPKG

@barfinex/types

Version:

Core TypeScript type definitions and shared interfaces for the Barfinex ecosystem. Provides strongly-typed contracts for modules, services, and plugins.

22 lines 918 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DetectorDecision = exports.DetectorRole = exports.DataMaturity = void 0; var DataMaturity; (function (DataMaturity) { DataMaturity["INSUFFICIENT"] = "INSUFFICIENT"; DataMaturity["FAST"] = "FAST"; DataMaturity["INTRADAY"] = "INTRADAY"; DataMaturity["FULL"] = "FULL"; })(DataMaturity || (exports.DataMaturity = DataMaturity = {})); var DetectorRole; (function (DetectorRole) { DetectorRole["CONTEXT"] = "CONTEXT"; DetectorRole["ZONE"] = "ZONE"; DetectorRole["TRIGGER"] = "TRIGGER"; })(DetectorRole || (exports.DetectorRole = DetectorRole = {})); var DetectorDecision; (function (DetectorDecision) { DetectorDecision["TRADE"] = "TRADE"; DetectorDecision["NO_TRADE"] = "NO_TRADE"; })(DetectorDecision || (exports.DetectorDecision = DetectorDecision = {})); //# sourceMappingURL=signal.interface.js.map