Skip to main content
Module

x/plugnmeet/types/clientFiles.ts>ClientFilesResponse

Plug-N-Meet SDK for NodeJS and Deno
Go to Latest
type alias ClientFilesResponse
import { type ClientFilesResponse } from "https://deno.land/x/plugnmeet@v1.3.1/types/clientFiles.ts";
definition: { status: boolean; msg: string; css?: Array<string>; js?: Array<string>; }