import { IPSDEAction } from './ipsdeaction'; /** * * @export * @interface IPSDEUserCreateAction */ export type IPSDEUserCreateAction = IPSDEAction;