@karmaniverous/jeeves
    Preparing search index...

    Interface ParsedHeartbeat

    Result of parsing the HEARTBEAT section.

    interface ParsedHeartbeat {
        entries: HeartbeatEntry[];
        found: boolean;
        userContent: string;
    }
    Index

    Properties

    entries: HeartbeatEntry[]

    Parsed component entries.

    found: boolean

    Whether the heading was found.

    userContent: string

    Content above the # Jeeves Platform Status heading (user zone).