Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias FetchRecordingsResult
import { type FetchRecordingsResult } from "https://deno.land/x/plugnmeet@v1.4.0/types/fetchRecordings.ts";
definition: { total_recordings: number; from: number; limit: number; order_by: string; recordings_list: Array<RecordingInfo>; }