HealthCheckEventTypeItem: Readonly<{
    alertFrequency: AlertFrequency;
    checkRatios: ValueOrRef<CheckRatio[]>;
    name: string;
    optOutAtSignup?: boolean;
    tooltipContent?: string;
    type: "healthCheck";
}>