import { IPSModelObject } from '../../ipsmodel-object'; /** * * @export * @interface IPSButton */ export type IPSButton = IPSModelObject;