improve moderation log

This commit is contained in:
syuilo
2023-09-24 10:33:30 +09:00
parent ed53b5f9bc
commit 2ad3b1fd74
5 changed files with 22 additions and 9 deletions

View File

@@ -103,7 +103,7 @@ export type ModerationLogPayloads = {
};
deleteRole: {
roleId: string;
roleName: string;
role: any;
};
clearQueue: Record<string, never>;
promoteQueue: Record<string, never>;