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