interface Options {
    client: Client;
    statsCacheCapacity?: number;
}

Properties

client: Client
statsCacheCapacity?: number