Type alias ServiceDetail<A>

ServiceDetail<A>: {
    [K in types.FunctionName<A>]: MethodDetail<A>
}

Type Parameters