entities/ConnectionUpdateSchema -> schemas/ConnectionUpdateSchema

This commit is contained in:
Madeline
2022-12-23 12:46:03 +11:00
committed by Puyodead1
parent 5491c58ffc
commit 2364096a97
5 changed files with 3 additions and 4 deletions
-1
View File
@@ -28,7 +28,6 @@ export * from "./ClientRelease";
export * from "./Config";
export * from "./ConnectedAccount";
export * from "./ConnectionConfigEntity";
export * from "./ConnectionUpdateSchema";
export * from "./EmbedCache";
export * from "./Emoji";
export * from "./Encryption";
+1
View File
@@ -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";