Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias Ref
import { type Ref } from "https://deno.land/x/netzo@0.3.65/core/database.refs.ts";
definition: { $key: string; $query: Record<string, string>; } | { $prefix: string[]; }
definition: { index: number; prefix: string[]; foreignKey: string; data: unknown; }