Magek Framework
    Preparing search index...

    Interface HealthIndicatorsResult

    interface HealthIndicatorsResult {
        status: HealthStatus;
        details?: { [key: string]: unknown };
        name: string;
        id: string;
        components?: HealthIndicatorsResult[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    status: HealthStatus
    details?: { [key: string]: unknown }
    name: string
    id: string
    components?: HealthIndicatorsResult[]