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-18 19:20:28 +0200
committerGitHub <noreply@github.com>2021-09-18 19:20:28 +0200
commit5d0acf502b347f17e17ae8631bfa97cc33093392 (patch)
treea998946ffc8b2a75d711fc2243e506202d842b1d /util/src/dtos/index.ts
parentMerge pull request #374 from TheArcaneBrony/dummy-connections-endpoint (diff)
parentMerge branch 'fosscord:master' into fix-dm (diff)
downloadserver-5d0acf502b347f17e17ae8631bfa97cc33093392.tar.xz
Merge pull request #369 from AlTech98/fix-dm
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