Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias ActiveRoomInfoResponse
import { type ActiveRoomInfoResponse } from "https://deno.land/x/plugnmeet@v1.4.0/types/activeRoomInfo.ts";
definition: { status: boolean; msg: string; room?: Room; }