Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias Item
import { type Item } from "https://deno.land/x/netzo@0.2.84/plugins/portals/utils/db.ts";
definition: { id: string; userLogin: string; title: string; url: string; score: number; }