ActorMethodMappedWithHttpDetails
ActorMethodMappedWithHttpDetails<
T
> ={ [K in keyof T]: T[K] extends FunctionWithArgsAndReturn<infer Args, infer Ret> ? ActorMethodWithHttpDetails<Args, Ret> : never }
Defined in: packages/agent/src/actor.ts:135
Type Parameters
Section titled “Type Parameters”T