Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias FetchAnalyticsResponse
import { type FetchAnalyticsResponse } from "https://deno.land/x/plugnmeet@v1.4.1/types/fetchAnalytics.ts";
definition: { status: boolean; msg: string; result?: FetchAnalyticsResult; }