import type { IChartApi, ISeriesApi, SeriesType, SeriesDataItemTypeMap, SeriesPartialOptionsMap, SeriesMarker, Time } from 'lightweight-charts'; import type { ReferencableActionResult, Reference } from './utils.js'; export interface AreaSeriesParams { id: string; type: 'Area'; reactive?: boolean; options?: SeriesPartialOptionsMap['Area']; data: SeriesDataItemTypeMap['Area'][]; markers: SeriesMarker