import { Point } from '../shared/point'; import { ViewPopupBackdropType } from './pop-view/view-popup-backdrop-type'; import { ViewPopupLocationType } from './pop-view/view-popup-location-type'; export interface PopViewPresentationSettingGoModel { locationType: ViewPopupLocationType; location?: Point; backdropType: ViewPopupBackdropType; }