export type ModifyLinkedOfferObjects = {
    /**
     * The linked offer object ids to add to the object.
     */
    addLinkedOfferObjectIds?: string[];
    /**
     * The linked offer object ids to remove from the object.
     */
    removeLinkedOfferObjectIds?: string[];
};
