Type alias ServiceArg<A>

ServiceArg<A>: {
    [K in types.FunctionName<A>]: MethodArg<A>
}

Type Parameters