diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-24 16:35:59 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-24 16:35:59 +0200 |
commit | 62b6ba40024e0efcd0385187c11895650abe926d (patch) | |
tree | 8918a4fa2fcf8c2487e80468e40627f46cb966f4 /util/src/interfaces/index.ts | |
parent | :white_check_mark: util unit tests (diff) | |
download | server-62b6ba40024e0efcd0385187c11895650abe926d.tar.xz |
:sparkles: util
Diffstat (limited to 'util/src/interfaces/index.ts')
-rw-r--r-- | util/src/interfaces/index.ts | 5 |
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"; |