Type Alias FetchAnalyticsParams

FetchAnalyticsParams: {
    room_ids: string[];
    from?: number;
    limit?: number;
    order_by?: "ASC" | "DESC";
}

Type declaration

  • room_ids: string[]
  • Optionalfrom?: number
  • Optionallimit?: number
  • Optionalorder_by?: "ASC" | "DESC"