DocumentationThrowinterface

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

A single @throws entry — multiple allowed to document distinct error types.