Skip to content

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

T