Interface Notification

interface Notification {
    channel: string;
    payload: string;
    processId: number;
}

Properties

channel: string
payload: string
processId: number