Skip to main content
Module

x/netzo/mod.ts>ServiceItem

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

Index Signatures

[k: string]: unknown

Properties

_id: string
_type: "service"
workspaceId: string
access: { level: "private" | "public"; }
name: string
description: string
labels: string[]
stars: number
display: { imageUrl: string; }
type:
| "http"
| "graphql"
| "worker"
| "openapi"
requests: ServiceRequestItem[]
options: Record<string, unknown>
createdAt: string
updatedAt: string