import { RingGraphGeneralData } from './general/ring-graph-general.data'; import { ExtendPropertyData } from '../../shared/extend-property/extend-property.data'; import { CalibrationMarkData } from '../../shared/calibration-mark/calibration-mark.data'; export interface RingGraphSettingData { generalSetting: RingGraphGeneralData; expendSetting: ExtendPropertyData; calibrationMarkSetting: CalibrationMarkData; }