import { IPSEAIDEObject } from './ipseaideobject'; /** * * @export * @interface IPSSysEAIDEObject */ export type IPSSysEAIDEObject = IPSEAIDEObject;