Type alias CheckResult

CheckResult: Issue[] | Issue | null | undefined | void

The result returned by a check operation callback.