import { MidaTimeframe } from "../timeframes/MidaTimeframe"; export type MidaMarketWatcherDirectives = { watchTicks?: boolean; saveTicks?: boolean; watchPeriods?: boolean; timeframes?: MidaTimeframe[]; };