using FoodsharingSiegen.Contracts.Entity;
namespace FoodsharingSiegen.Contracts.Model
{
///
/// The get prospects parameter
///
public record GetProspectsParameter(List? MustHaveInteractions = null, List? CannotHaveInteractions = null, bool IncludeDeleted = false);
}