promote: dev → uat (GRO-1369 types sync) #428

Merged
The Dogfather merged 19 commits from dev into uat 2026-05-21 20:53:20 +00:00
Showing only changes of commit 7d3adeae98 - Show all commits
+1 -1
View File
@@ -1,4 +1,4 @@
import { getDb, clients, messageConsentEvents, eq } from "@groombook/db";
import { clients, messageConsentEvents, eq } from "@groombook/db";
import type { Db } from "@groombook/db";
export type KeywordKind = "opt_in" | "opt_out" | "help";