@shortcut/client
    Preparing search index...

    Interface CreateEpicHealth

    interface CreateEpicHealth {
        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.