Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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