Commit
Fix PackClapRow type to satisfy drizzle db.execute constraint
Commit details
Commit notes
PackClapRow was an interface, which lacks the implicit index signature that drizzle's db.execute<T extends Record<string, unknown>> requires, breaking the backend typecheck gate. Convert it to a type alias.
Co-Authored-By: Claude Opus 4.8 <[email redacted]>
- Files changed
- 1
- Lines added
- +4
- Lines removed
- −2