Skip to main content
Module

x/netzo/mod.ts>IService

SDK for Netzo, the open platform to instantly deploy JavaScript and TypeScript to URL endpoints, connect essential APIs, automate business processes and build internal tools faster, without managing servers.
Go to Latest
interface IService
Re-export
import { type IService } from "https://deno.land/x/netzo@v0.1.41/mod.ts";

Properties

_id: string
_type: "service"
workspaceId: string
access: { level: "private" | "public"; }
type: "http"
item: { uid: string; version: string; _type: "item"; }
name: string
description: string
labels: string[]
stars: number
display: { imageUrl: string; }
base: IRequest
updatedAt: string
createdAt: string