ActorMethodReturnType
ActorMethodReturnType<
T> =TextendsActorMethod<any, infer Ret> ?Ret:Textends (…args) =>Promise<infer Ret> ?Ret:never
Defined in: core/src/types/reactor.ts:62
Extract the resolved return type of a service method.
Same two shapes as ActorMethodParameters.
Type Parameters
Section titled “Type Parameters”T