1
0

enhance: improve moderation log

This commit is contained in:
syuilo
2023-09-28 10:02:05 +09:00
committed by Insert5StarName
parent 5831670014
commit 19a643ac70
7 changed files with 24 additions and 1 deletions
+3
View File
@@ -665,4 +665,7 @@ export type ModerationLog = {
} | {
type: 'unmarkSensitiveDriveFile';
info: ModerationLogPayloads['unmarkSensitiveDriveFile'];
} | {
type: 'createInvitation';
info: ModerationLogPayloads['createInvitation'];
});