Notification change interface

interface IChange {
    notification: INotification<ReadonlyJSONValue>;
    type: "removed" | "added" | "updated";
}

Properties

Properties

notification: INotification<ReadonlyJSONValue>

Notification that changed

type: "removed" | "added" | "updated"

Change type