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:136
T
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:136
T