@barfinex/types
Version:
Core TypeScript type definitions and shared interfaces for the Barfinex ecosystem. Provides strongly-typed contracts for modules, services, and plugins.
8 lines • 476 B
TypeScript
import type { Detector } from './detector.interface';
import type { DetectorConfigInput } from './detector-config.interface';
/**
* Унифицированный билдер конфигурации детектора.
* Гарантирует, что все обязательные поля Detector будут заполнены.
*/
export declare function buildDetectorConfig(config: DetectorConfigInput): Detector;
//# sourceMappingURL=detector-config.utils.d.ts.map