Type Alias: InsertNotification
type InsertNotification = Omit<Notification, "id" | "created_at" | "user_id">;Defined in: packages/db/src/entities/system/notification/notification.types.ts:4
type InsertNotification = Omit<Notification, "id" | "created_at" | "user_id">;Defined in: packages/db/src/entities/system/notification/notification.types.ts:4