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";
import type { PgNotice } from "https://raw.githubusercontent.com/jakajancar/pgc4d/master/src/mod.ts";