@karmaniverous/jeeves
    Preparing search index...

    Interface HeartbeatEntry

    A single component entry in the HEARTBEAT section.

    interface HeartbeatEntry {
        content: string;
        declined: boolean;
        name: string;
    }
    Index

    Properties

    Properties

    content: string

    Alert content (list items). Empty string if healthy or declined.

    declined: boolean

    Whether the component is declined.

    name: string

    Component name (e.g., 'runner', 'watcher').