import { ViewBackgroundData } from './background/view-background.data'; import { PopViewPresentationSettingGoModel } from './pop-view-presentation-setting-go-model'; export interface ViewSettingsGoModel { background: ViewBackgroundData; popup?: PopViewPresentationSettingGoModel; }