Notification
import type { Notification } from "https://raw.githubusercontent.com/jakajancar/pgc4d/master/src/mod.ts";
A notification received as a consequence of using LISTEN
.
interface Notification {
channel: string;
payload: string;
sender: number;
}