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-19 19:09:13 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-19 19:09:13 +0200
commit3c8b0f43c41c13b838c2a0def20e91eeaa530c99 (patch)
treed53dc451b1119991077091f91a994bfd0ef79dd6 /util/src/dtos/index.ts
parent:art: add orphanedRowAction and cascade onDelete to entities (diff)
parent:truck: move file handle to utility (diff)
downloadserver-3c8b0f43c41c13b838c2a0def20e91eeaa530c99.tar.xz
Merge branch 'master' into auto-delete-relations
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