import type { ISeriesSpec } from '../../typings'; export interface IGeoSeriesSpec extends ISeriesSpec { valueField?: string; }