@shortcut/client
    Preparing search index...

    Interface UpdateHealth

    interface UpdateHealth {
        status?: "At Risk" | "On Track" | "Off Track" | "No Health";
        text?: string;
    }
    Index

    Properties

    Properties

    status?: "At Risk" | "On Track" | "Off Track" | "No Health"

    The health status of the Epic.

    text?: string

    The description of the Health status.