summary refs log tree commit diff
path: root/util/src/interfaces/index.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-24 16:35:59 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-24 16:35:59 +0200
commit05d72ac3ac0c8d887942c783a2c93a1ad7a34d1b (patch)
tree3e861ba5c436e48658da913a55aabab37a868227 /util/src/interfaces/index.ts
parent:white_check_mark: util unit tests (diff)
downloadserver-05d72ac3ac0c8d887942c783a2c93a1ad7a34d1b.tar.xz
:sparkles: util
Diffstat (limited to '')
-rw-r--r--util/src/interfaces/index.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/src/interfaces/index.ts b/util/src/interfaces/index.ts
new file mode 100644

index 00000000..ab7fa429 --- /dev/null +++ b/util/src/interfaces/index.ts
@@ -0,0 +1,5 @@ +export * from "./Activity"; +export * from "./Presence"; +export * from "./Interaction"; +export * from "./Event"; +export * from "./Status";