type alias NOPNotificationimport { type NOPNotification } from "https://deno.land/x/script_nop@v2.3.5/src/ts/types.ts"; definition: { from: NotifyingElement; to: NotifyingElement; value: any; mode: NotificationMode; from_type: NOPEntity; to_type: NOPEntity; time?: number; }