import { ViewBackgroundFillType } from './view-background-fill-type'; import { GraphSettingData } from '../../shared/graph/graph-setting.data'; export interface ViewBackgroundData { fillType: ViewBackgroundFillType; solidColor?: string; imageId?: string; graphSetting?: GraphSettingData; }