DocumentationReturnsPropsinterface

{
	readonly returns?: ImmutableArray<DocumentationReturn> | undefined;
}
PropertyType
.returnsImmutableArray<DocumentationReturn>
Return entries to render — one row per documented return type. readonly

Props for DocumentationReturns — the @returns entries to render, one row each.