[F] getReturnTypeVisibility
function getReturnTypeVisibility(program, entity): string[] | undefinedReturns the visibilities of the return type of the given operation, if provided with @returnTypeVisibility.
Parameters
| Parameter | Type |
|---|---|
program | Program |
entity | Operation |
Returns
string[] | undefined
Deprecated
Use getReturnTypeVisibilityFilter instead.