Document thread invitable audit log change key

This commit is contained in:
lts20050703
2022-01-26 09:42:46 +07:00
parent 4ed54a91b5
commit 0ac2c03370
+2 -1
View File
@@ -79,7 +79,8 @@ export type AuditLogChange =
| "mute" | "mute"
| "enable_emoticons" | "enable_emoticons"
| "archived" | "archived"
| "locked"; | "locked"
| "invitable";
} }
| { | {
newValue: Overwrite[]; newValue: Overwrite[];