Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/resource/types.ts>IResource

Netzo - roll out internal tools faster
Go to Latest
interface IResource
import { type IResource } from "https://deno.land/x/netzo@v0.1.58/resource/types.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