Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/plugnmeet/ApiTransport.ts>APIResponse

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