diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-12-23 12:46:03 +1100 |
---|---|---|
committer | Puyodead1 <puyodead@proton.me> | 2023-03-18 19:25:03 -0400 |
commit | 2364096a97ba66949cc3b7fbc5b9fb68977ff3ca (patch) | |
tree | 4fdd00ba8605da25572889190020843cddc7862a /src/util/schemas/index.ts | |
parent | Don't use mergeDeep (diff) | |
download | server-2364096a97ba66949cc3b7fbc5b9fb68977ff3ca.tar.xz |
entities/ConnectionUpdateSchema -> schemas/ConnectionUpdateSchema
Diffstat (limited to '')
-rw-r--r-- | src/util/schemas/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/schemas/index.ts b/src/util/schemas/index.ts index 71b4c2ce..e9f4268e 100644 --- a/src/util/schemas/index.ts +++ b/src/util/schemas/index.ts @@ -32,6 +32,7 @@ export * from "./ChannelReorderSchema"; export * from "./CodesVerificationSchema"; export * from "./ConnectedAccountSchema"; export * from "./ConnectionCallbackSchema"; +export * from "./ConnectionUpdateSchema"; export * from "./DmChannelCreateSchema"; export * from "./EmojiCreateSchema"; export * from "./EmojiModifySchema"; |