1
0

fix: add missing type

This commit is contained in:
Marie
2024-10-17 20:22:16 +02:00
parent 42530b5a39
commit 5152192e09
+5
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;