Type alias ServiceField<A>

ServiceField<A>: {
    [K in types.FunctionName<A>]: MethodField<A>
}

Type Parameters