Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/plugnmeet/ApiTransport.ts>APIResponse

Plug-N-Meet SDK for NodeJS and Deno
Latest
type alias APIResponse
import { type APIResponse } from "https://deno.land/x/plugnmeet@v1.4.1/ApiTransport.ts";
definition: { status: boolean; response: any; }