summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/models/Event.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/models/Event.ts b/src/models/Event.ts
new file mode 100644
index 00000000..4197ed04
--- /dev/null
+++ b/src/models/Event.ts
@@ -0,0 +1,9 @@
+export interface Event {
+	guild_id?: bigint;
+	user_id?: bigint;
+	created_at: number;
+	data: any;
+	event: string;
+}
+
+// located in collection events