diff --git a/services/discord-gateway/src/shared/database/schema.ts b/services/discord-gateway/src/shared/database/schema.ts index 5c33d65..3c6f835 100644 --- a/services/discord-gateway/src/shared/database/schema.ts +++ b/services/discord-gateway/src/shared/database/schema.ts @@ -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;