Skip to main content
Module

x/netzo/types.ts>IClient

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
interface IClient
import { type IClient } from "https://deno.land/x/netzo@v0.1.1/types.ts";

Index Signatures

[k: string]: any

Properties

getId: () => string
getDoc: () => any
dereference: (doc: any) => Promise<any>