Interface StreamingStats

interface StreamingStats {
    event_type: "comment" | "post" | "share";
    stats: StreamingStatsPoint[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

event_type: "comment" | "post" | "share"

Events type

Generated using TypeDoc