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