Skip to main content
Version: Next 🚧

[F] getReturnsDocData

function getReturnsDocData(program, target): DocData | undefined

Get the documentation information for the return success types of an operation. In most cases you probably just want to use getReturnsDoc

Parameters

ParameterTypeDescription
programProgramProgram
targetOperationType

Returns

DocData | undefined

Doc data with source information.