DocumentationReturninterface

{
	readonly type?: string | undefined;
	readonly description?: string | undefined;
}
PropertyType
.typestring
Type expression for the return value; renderers default to "unknown" when missing. readonly
.descriptionstring
readonly

A single @returns entry — multiple allowed to document union return types separately.