DefaultAsyncInteractorAssistant

@MainActor
public struct DefaultAsyncInteractorAssistant<InteractorType, Request, ContentType> : AsyncInteractorAssisting where InteractorType : InteractorTypeable, Request : InteractorRequestConfiguring, ContentType : ContentTypeable

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