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

x/netzo/mod.ts>NetzoState

Deno-powered framework for building business web apps
Go to Latest
type alias NetzoState
import { type NetzoState } from "https://deno.land/x/netzo@0.4.10/mod.ts";
definition: { [k: string]: unknown; kv: Deno.Kv; db: ReturnType<createDatabase>; notification: ReturnType<createNotification>; config: NetzoConfig; auth?: AuthState; }