interface PostgresNotification {
    channel: string;
    payload: string;
}

Properties

Properties

channel: string
payload: string