DocumentationThrowsPropsinterface

{
	readonly throws?: ImmutableArray<DocumentationThrow> | undefined;
}
PropertyType
.throwsImmutableArray<DocumentationThrow>
Throw entries to render — one row per documented thrown type. readonly

Props for DocumentationThrows — the @throws entries to render, one row each.