import { EntityEidType, BasicInfoAtomType, IPointValueAtom } from '../data-type'; export interface SpaceHeatMapEntityAtomType { brushDiameter: number; mappingValueRange: Array; gradientSetting: Array; } export interface SpaceHeatMapType extends EntityEidType, Partial { spaceHeatMapStyle?: Partial; points?: IPointValueAtom; }