DocumentationReturninterface
{
readonly type?: string | undefined;
readonly description?: string | undefined;
}| Property | Type | |
|---|---|---|
.type | string | Type expression for the return value; renderers default to "unknown" when missing. readonly |
.description | string | readonly |
A single @returns entry — multiple allowed to document union return types separately.