type alias ChatFeaturesParamsimport { type ChatFeaturesParams } from "https://deno.land/x/plugnmeet@v1.4.1/types/createRoom.ts"; definition: { allow_chat: boolean; allow_file_upload: boolean; allowed_file_types: Array<string>; max_file_size: number; }