CustomHealthCheckItem: Readonly<{
    alertFrequency: AlertFrequency;
    checkRatios: CheckRatio[];
    healthCheckSubtitle: string;
    numberType: NumberTypeSelect;
    optOutAtSignup?: boolean;
    selectedUIType: "HEALTH_CHECK";
}>