summary refs log tree commit diff
path: root/src/util/schemas/InviteCreateSchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/schemas/InviteCreateSchema.ts')
-rw-r--r--src/util/schemas/InviteCreateSchema.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/schemas/InviteCreateSchema.ts b/src/util/schemas/InviteCreateSchema.ts
index 6cdc0214..92333e77 100644
--- a/src/util/schemas/InviteCreateSchema.ts
+++ b/src/util/schemas/InviteCreateSchema.ts
@@ -26,4 +26,5 @@ export interface InviteCreateSchema {
 	unique?: boolean;
 	target_user?: string;
 	target_user_type?: number;
+	flags?: number;
 }