InteractorAssisting

@MainActor
public protocol InteractorAssisting<InteractorType, ContentType>

This protocol represents an assistant which helps a Destination make requests of an Interactor. Concrete assistants conforming to this protocol should handle requests for a specific Interactor type.