nestjs-temporal-core
    Preparing search index...

    Interface ClientServiceStatus

    Client service status information

    interface ClientServiceStatus {
        available: boolean;
        healthy: boolean;
        initialized: boolean;
        lastHealthCheck: Date | null;
        namespace: string;
    }
    Index

    Properties

    available: boolean
    healthy: boolean
    initialized: boolean
    lastHealthCheck: Date | null
    namespace: string