@karmaniverous/jeeves
    Preparing search index...

    Interface CreateStatusHandlerOptions

    Options for creating a status handler.

    interface CreateStatusHandlerOptions {
        getHealth?: () => Promise<Record<string, unknown>>;
        name: string;
        version: string;
    }
    Index

    Properties

    getHealth?: () => Promise<Record<string, unknown>>

    Optional callback returning component-specific health details.

    name: string

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

    version: string

    Component version.