Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias FetchPastRoomsInfoParams
import { type FetchPastRoomsInfoParams } from "https://deno.land/x/plugnmeet@v1.4.1/types/fetchPastRoomsInfo.ts";
definition: { room_ids?: Array<string>; from?: number; limit?: number; order_by?: "ASC" | "DESC"; }