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