Skip to main content
Module

x/neo4j_lite_client/core/index.ts>types.LogLevel

Unofficial Neo4j Driver for Deno
Latest
type alias types.LogLevel
import { type types } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/index.ts";
const { LogLevel } = types;
definition:
| "error"
| "warn"
| "info"
| "debug"