@nexartis/homeport-sdk - v1.0.0
    Preparing search index...

    Interface HomeportStats

    interface HomeportStats {
        recentRegistrations: number;
        totalAgents: number;
        totalCapabilities: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    recentRegistrations: number
    totalAgents: number
    totalCapabilities: number