@jambonz/sdk
    Preparing search index...

    Interface CallCount

    interface CallCount {
        inbound: number;
        outbound: number;
    }
    Index

    Properties

    Properties

    inbound: number
    outbound: number