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