Converts a DocumentIssue to a formatted string.
DocumentIssue
The DocumentIssue to format.
A string representation of the issue.
const issue: DocumentIssue = { ... };const issueStr = documentIssueToString(issue);console.log(issueStr); Copy
const issue: DocumentIssue = { ... };const issueStr = documentIssueToString(issue);console.log(issueStr);
Converts a
DocumentIssue
to a formatted string.