type alias FetchAnalyticsParamsimport { type FetchAnalyticsParams } from "https://deno.land/x/plugnmeet@v1.4.1/types/fetchAnalytics.ts"; definition: { room_ids: Array<string>; from?: number; limit?: number; order_by?: "ASC" | "DESC"; }