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

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;