[F] resolveUsages
function resolveUsages(types): UsageTracker;Resolve usage(input, output or both) of various types in the given namespace. Will recursively scan all namespace, interfaces and operations contained inside the namespace.
Parameters
| Parameter | Type | Description | 
|---|---|---|
| types | | OperationContainer|OperationContainer[] | Entrypoint(s) namespace, interface or operations to get usage from. | 
Returns
Map of types to usage.