[F] setInfo
function setInfo(   program,   entity,   data): void;Set the OpenAPI info node on for the given service namespace.
Parameters
Section titled “Parameters”| Parameter | Type | Description | 
|---|---|---|
| program | Program | Program | 
| entity | Namespace | Service namespace | 
| data | AdditionalInfo&Record<`x-${string}`,unknown> | OpenAPI Info object | 
Returns
Section titled “Returns”void