type MarketplaceSpot = {
    type: 'marketplace-spot',
    delegated_target: string[],
};

export default MarketplaceSpot;
