Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias FetchRoomsInfoResponse
import { type FetchRoomsInfoResponse } from "https://deno.land/x/plugnmeet@v1.4.0/types/fetchPastRoomsInfo.ts";
definition: { status: boolean; msg: string; result?: PastRoomInfoResult; }