@barfinex/types
Version:
Core TypeScript type definitions and shared interfaces for the Barfinex ecosystem. Provides strongly-typed contracts for modules, services, and plugins.
41 lines • 1.77 kB
TypeScript
export * from './account.interface';
export * from './advisor.interface';
export * from './advisor-agent.interface';
export * from './advisor-strategy-synthesis.interface';
export * from './advisor-decision-cycle-telemetry.interface';
export * from './calibration/conviction-calibration.interface';
export * from './calibration/conviction-calibration-telemetry.interface';
export * from './candle.interface';
export * from './common.interface';
export * from './connector.interface';
export * from './exchange-adapter.interface';
export * from './exchange-catalog.interface';
export * from './data-quality.interface';
export * from './detector.interface';
export * from './decision-quality.interface';
export * from './detector-strategy.interface';
export * from './detector-config.interface';
export * from './detector-config.utils';
export * from './event-payload.interface';
export * from './genetic.interface';
export * from './history.interface';
export * from './horizontal-volume-profile.interface';
export * from './liquidity-map.interface';
export * from './inspector.interface';
export * from './inspector-regulation.interface';
export * from './llm-transport-telemetry.interface';
export * from './order.interface';
export * from './orderbook.interface';
export * from './plugin.interface';
export * from './position.interface';
export * from './provider.interface';
export * from './signal.interface';
export * from './strategy-governance.interface';
export * from './trade-outcome-accounting.interface';
export * from './strategy/strategy-spec.interface';
export * from './subscription.interface';
export * from './instrument.interface';
export * from './trade.interface';
declare const _default: {};
export default _default;
//# sourceMappingURL=index.d.ts.map