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