DefaultInteractorAssistant

@MainActor
public struct DefaultInteractorAssistant<InteractorType, Request, ContentType> : InteractorAssisting where InteractorType : InteractorTypeable, Request : InteractorRequestConfiguring, ContentType : ContentTypeable

A default assistant to be used to configure interactor actions. This assistant only passes along the given action type with the request to the interactor.