diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-08-12 11:36:39 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-08-13 21:57:51 +0200 |
commit | 10bd81274722823f875ba31eaf5fc670bfb22ceb (patch) | |
tree | 9c622935ca99e791f7ee1e27ef67c9d23388012a /util/src/index.ts | |
parent | Move some invite defaults into class (diff) | |
download | server-10bd81274722823f875ba31eaf5fc670bfb22ceb.tar.xz |
Split schemas into files in util
Diffstat (limited to 'util/src/index.ts')
-rw-r--r-- | util/src/index.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/src/index.ts b/util/src/index.ts index 259d1c97..daeffd69 100644 --- a/util/src/index.ts +++ b/util/src/index.ts @@ -4,4 +4,5 @@ export * from "./util/index"; export * from "./interfaces/index"; export * from "./entities/index"; export * from "./dtos/index"; -export * from "./util/MFA"; \ No newline at end of file +export * from "./util/MFA"; +export * from "./schemas"; \ No newline at end of file |