type alias Notificationimport { type Notification } from "https://deno.land/x/netzo@0.3.91/core/utils/mod.ts"; definition: { id: string; data: { type: string; title: string; body: string; }; projectId: string | undefined; createdAt: string; updatedAt: string; }