Skip to main content
Module

x/netzo/mod.ts>IResource

Netzo - roll out internal tools faster
Go to Latest
interface IResource
Re-export
import { type IResource } from "https://deno.land/x/netzo@v0.1.58/mod.ts";

Properties

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