@shortcut/client
    Preparing search index...

    Interface CreateObjectiveHealthParams

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

    text?: string

    The text body of the Health update.