feat(discord-gateway): export correctedModerationsTable from database schema

This commit is contained in:
MythEclipse
2026-06-02 23:05:37 +07:00
parent eb16c1f504
commit f10fa9aa88
@@ -495,3 +495,6 @@ export type RetentionPolicyInsert = typeof retentionPoliciesTable.$inferInsert;
export type StickerCacheRecord = typeof stickerCacheTable.$inferSelect;
export type StickerCacheInsert = typeof stickerCacheTable.$inferInsert;
export type CorrectedModeration = typeof correctedModerationsTable.$inferSelect;
export type CorrectedModerationInsert = typeof correctedModerationsTable.$inferInsert;