Skip to main content
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.11/mod.ts";
definition: { [k: string]: unknown; kv: Deno.Kv; db: ReturnType<createDatabase>; notification: ReturnType<createNotification>; config: NetzoConfig; auth?: AuthState; }