summary refs log tree commit diff
path: root/src/util/interfaces/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/interfaces/index.ts')
-rw-r--r--src/util/interfaces/index.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/util/interfaces/index.ts b/src/util/interfaces/index.ts
new file mode 100644
index 00000000..ab7fa429
--- /dev/null
+++ b/src/util/interfaces/index.ts
@@ -0,0 +1,5 @@
+export * from "./Activity";
+export * from "./Presence";
+export * from "./Interaction";
+export * from "./Event";
+export * from "./Status";