Skip to main content

notificationLogsTableRelations

API Docs


Variable: notificationLogsTableRelations

const notificationLogsTableRelations: Relations<"notification_logs", { audienceWhereNotification: Many<"notification_audience">; senderUser: One<"users", false>; template: One<"notification_templates", true>; }>

Defined in: src/drizzle/tables/NotificationLog.ts:94