Share via


EvalResult interface

Result of the evaluation.

Properties

name

name of the check

passed

indicates if the check passed or failed

score

score

type

type of the check

Property Details

name

name of the check

name: string

Property Value

string

passed

indicates if the check passed or failed

passed: boolean

Property Value

boolean

score

score

score: number

Property Value

number

type

type of the check

type: string

Property Value

string