import { TypeEnum } from './associatedObject/TypeEnum';
/** The object the processing of the order leaded to */
export interface AssociatedObject {
    /**  */
    id?: string;
    /**  */
    type?: TypeEnum;
}
//# sourceMappingURL=AssociatedObject.d.ts.map