Skip to main content
Latest
type alias FetchRecordingsResponse
import { type FetchRecordingsResponse } from "https://deno.land/x/plugnmeet@v1.4.0/types/fetchRecordings.ts";
definition: { status: boolean; msg: string; result?: FetchRecordingsResult; }