Interface GroupCallStatsReport<T>

interface GroupCallStatsReport<T> {
    report: T;
}

Type Parameters

Properties

Properties

report: T