/** * A chartEx series as read back (`cx:series`). */ export type ChartExSeriesInfo = { name?: string; nameRef?: string; valuesRef: string; };