Skip to main content
Module

x/plugnmeet/types/clientFiles.ts

Plug-N-Meet SDK for NodeJS and Deno
Go to Latest
File
export type ClientFilesResponse = { status: boolean; msg: string; css?: Array<string>; js?: Array<string>;};