Magek Framework
    Preparing search index...

    Interface HealthIndicatorInterface

    interface HealthIndicatorInterface {
        health: (
            config: MagekConfig,
            healthIndicatorMetadata: HealthIndicatorMetadata,
        ) => Promise<HealthIndicatorResult>;
    }
    Index

    Properties

    Properties

    health: (
        config: MagekConfig,
        healthIndicatorMetadata: HealthIndicatorMetadata,
    ) => Promise<HealthIndicatorResult>