Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/security / / CheckResult
Interface: CheckResult
Defined in: packages/security/src/hardening/doctor.ts:39
One result row produced by the doctor library.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
check | readonly | string | packages/security/src/hardening/doctor.ts:40 |
hint? | readonly | string | packages/security/src/hardening/doctor.ts:43 |
message | readonly | string | packages/security/src/hardening/doctor.ts:42 |
status | readonly | CheckStatus | packages/security/src/hardening/doctor.ts:41 |