Skip to main content
Go to Latest
type alias ActiveRoomInfoResponse
import { type ActiveRoomInfoResponse } from "https://deno.land/x/plugnmeet@v1.3.1/types/activeRoomInfo.ts";
definition: { status: boolean; msg: string; room?: Room; }