@shortcut/client
    Preparing search index...

    Interface HealthSlim

    interface HealthSlim {
        created_at?: string;
        entity_type?: "health:slim";
        id?: string;
        status?: string;
        updated_at?: string;
    }
    Index

    Properties

    created_at?: string

    The time/date the Health was created.

    date-time

    entity_type?: "health:slim"

    The type of this entity.

    id?: string

    The unique ID of the Health.

    uuid

    status?: string

    The status of the Health (On Track, At Risk, Off Track, No Health).

    updated_at?: string

    The time/date the Health was last updated.

    date-time