fix: add missing type

This commit is contained in:
Marie 2024-10-17 20:22:16 +02:00
parent 42530b5a39
commit 5152192e09
No known key found for this signature in database
GPG Key ID: 7ADF6C9CD9A28555
1 changed files with 5 additions and 0 deletions

View File

@ -124,6 +124,11 @@ export type ModerationLogPayloads = {
userUsername: string;
userHost: string | null;
};
decline: {
userId: string;
userUsername: string;
userHost: string | null;
};
unsuspend: {
userId: string;
userUsername: string;