export interface GetLiveCountResponse { /** The number of active ongoing conversations. */ count: number; }