Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias AnalyticsDownloadTokenResponse
import { type AnalyticsDownloadTokenResponse } from "https://deno.land/x/plugnmeet@v1.3.1/types/analyticsDownloadToken.ts";
definition: { status: boolean; msg: string; token?: string; }