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