nestjs-temporal-core
    Preparing search index...

    Interface ServiceHealth

    Service health information

    interface ServiceHealth {
        details?: Record<string, string | number | boolean | object>;
        status: HealthStatus;
        timestamp?: Date;
    }
    Index

    Properties

    details?: Record<string, string | number | boolean | object>
    status: HealthStatus
    timestamp?: Date