Skip to main content
Module

x/plugnmeet/types/clientFiles.ts>ClientFilesResponse

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