Type alias ServiceMethodFunction<M>

ServiceMethodFunction<M>: M extends ServiceMethod<infer Request, infer Response> ? ((request: Request) => Promise<Response>) : never

Type Parameters

Generated using TypeDoc