Skip to main content
Module

x/netzo/mod.ts>IResource

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.
Popular
Go to Latest
interface IResource
Re-export
import { type IResource } from "https://deno.land/x/netzo@v0.1.46/mod.ts";

Properties

_id: string
_type: "resource"
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