export interface IEndevorHealthCheckItem {
    description?: string;
    checked?: boolean;
    passed?: boolean;
    errorMessages?: string[];
}
