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