import { IPSLinkDEField } from './ipslink-defield'; /** * * @export * @interface IPSPickupDEField */ export type IPSPickupDEField = IPSLinkDEField;