import { IPSDEUILogic } from './ipsdeuilogic'; /** * * @export * @interface IPSDEViewLogic */ export type IPSDEViewLogic = IPSDEUILogic;