import { PopViewGeneralSettingData } from '../pop-view-general-setting.data'; import { ConfigureViewType } from '../../../workshop/designer/shared/configure-view-type'; export interface ViewGeneralSettingData { name: string; width: number; height: number; viewType: ConfigureViewType; popViewSetting?: PopViewGeneralSettingData; }