Skip to main content
Module

x/plugnmeet/types/fetchAnalytics.ts>FetchAnalyticsParams

Plug-N-Meet SDK for NodeJS and Deno
Latest
type alias FetchAnalyticsParams
import { type FetchAnalyticsParams } from "https://deno.land/x/plugnmeet@v1.4.0/types/fetchAnalytics.ts";
definition: { room_ids: Array<string>; from?: number; limit?: number; order_by?: "ASC" | "DESC"; }