Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PgNotice

import type { PgNotice } from "https://raw.githubusercontent.com/jakajancar/pgc4d/master/src/mod.ts";
interface PgNotice extends ErrorAndNoticeFields {
severity:
| "WARNING"
| "NOTICE"
| "DEBUG"
| "INFO"
| "LOG";
}

§Extends

§Properties

§
severity: "WARNING" | "NOTICE" | "DEBUG" | "INFO" | "LOG"
[src]