Skip to main content
Go to Latest
type alias ActiveRoomsInfoResponse
import { type ActiveRoomsInfoResponse } from "https://deno.land/x/plugnmeet@v1.3.1/types/activeRoomsInfo.ts";
definition: { status: boolean; msg: string; rooms?: Array<Room>; }