@barfinex/types
Version:
Core TypeScript type definitions and shared interfaces for the Barfinex ecosystem. Provides strongly-typed contracts for modules, services, and plugins.
58 lines • 3.26 kB
JavaScript
;
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
// === Interfaces ===
__exportStar(require("./account.interface"), exports);
__exportStar(require("./advisor.interface"), exports);
__exportStar(require("./advisor-agent.interface"), exports);
__exportStar(require("./advisor-strategy-synthesis.interface"), exports);
__exportStar(require("./advisor-decision-cycle-telemetry.interface"), exports);
__exportStar(require("./calibration/conviction-calibration.interface"), exports);
__exportStar(require("./calibration/conviction-calibration-telemetry.interface"), exports);
__exportStar(require("./candle.interface"), exports);
__exportStar(require("./common.interface"), exports);
__exportStar(require("./connector.interface"), exports);
__exportStar(require("./exchange-adapter.interface"), exports);
__exportStar(require("./exchange-catalog.interface"), exports);
__exportStar(require("./data-quality.interface"), exports);
__exportStar(require("./detector.interface"), exports);
__exportStar(require("./decision-quality.interface"), exports);
__exportStar(require("./detector-strategy.interface"), exports);
__exportStar(require("./detector-config.interface"), exports);
__exportStar(require("./detector-config.utils"), exports);
__exportStar(require("./event-payload.interface"), exports);
__exportStar(require("./genetic.interface"), exports);
__exportStar(require("./history.interface"), exports);
__exportStar(require("./horizontal-volume-profile.interface"), exports);
__exportStar(require("./liquidity-map.interface"), exports);
__exportStar(require("./inspector.interface"), exports);
__exportStar(require("./inspector-regulation.interface"), exports);
__exportStar(require("./llm-transport-telemetry.interface"), exports);
__exportStar(require("./order.interface"), exports);
__exportStar(require("./orderbook.interface"), exports);
__exportStar(require("./plugin.interface"), exports);
__exportStar(require("./position.interface"), exports);
__exportStar(require("./provider.interface"), exports);
__exportStar(require("./signal.interface"), exports);
__exportStar(require("./strategy-governance.interface"), exports);
__exportStar(require("./trade-outcome-accounting.interface"), exports);
__exportStar(require("./strategy/strategy-spec.interface"), exports);
__exportStar(require("./subscription.interface"), exports);
__exportStar(require("./instrument.interface"), exports);
__exportStar(require("./trade.interface"), exports);
// === Runtime no-op export (to satisfy Node.js) ===
exports.default = {};
//# sourceMappingURL=index.js.map