DeleteCompareListOutput
Contains the results of the request to delete a compare list.
type DeleteCompareListOutput = {
__typename?: 'DeleteCompareListOutput'; /** Indicates whether the compare list was successfully deleted. */
result: Scalars['Boolean']['output'];
};