feat(discord-gateway): export correctedModerationsTable from database schema
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user