Member change schema

This commit is contained in:
Rory&
2026-08-08 04:50:43 +02:00
parent 0452c0680f
commit 66b8be3d04
3 changed files with 1 additions and 0 deletions
Binary file not shown.
Binary file not shown.
@@ -22,4 +22,5 @@ export interface MemberChangeSchema {
avatar?: string | null;
bio?: string;
communication_disabled_until?: string | null;
channel_id?: string | null;
}