summary refs log tree commit diff
path: root/util/src/dtos/index.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-20 21:49:42 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-20 21:49:42 +0200
commit16a3d1b334315099a83c64dfd5d3c2fa9386e6fb (patch)
tree114bdb80b0a95ee4c2eec35bb3fdc044adbfe721 /util/src/dtos/index.ts
parent:sparkles: route middleware test option (diff)
parent:bug: fix relationships (diff)
downloadserver-16a3d1b334315099a83c64dfd5d3c2fa9386e6fb.tar.xz
Merge branch 'master' into unittests
Diffstat (limited to '')
-rw-r--r--util/src/dtos/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/src/dtos/index.ts b/util/src/dtos/index.ts
new file mode 100644

index 00000000..13702342 --- /dev/null +++ b/util/src/dtos/index.ts
@@ -0,0 +1,2 @@ +export * from "./DmChannelDTO"; +export * from "./UserDTO"; \ No newline at end of file