/** * This is auto-generated file, don't modify this file manually */ import { StreamingStatsPoint } from './StreamingStatsPoint'; export interface StreamingStats { /** * Events type */ event_type?: 'post' | 'comment' | 'share'; /** * Statistics */ stats?: StreamingStatsPoint[]; }