Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/plugnmeet/types/fetchAnalytics.ts>FetchAnalyticsResult

Plug-N-Meet SDK for NodeJS and Deno
Go to Latest
type alias FetchAnalyticsResult
import { type FetchAnalyticsResult } from "https://deno.land/x/plugnmeet@v1.3.1/types/fetchAnalytics.ts";
definition: { total_analytics: number; from: number; limit: number; order_by: string; analytics_list: Array<AnalyticsInfo>; }