Stone.js API
    Preparing search index...

    A declared check, in any of the three forms the framework accepts.

    name is what the report calls it, and what a dashboard groups by; without one, the module's own name is used.

    interface MetaHealthCheck {
        isClass?: boolean;
        isFactory?: boolean;
        module: unknown;
        name?: string;
    }
    Index
    isClass?: boolean
    isFactory?: boolean
    module: unknown
    name?: string