entities/ConnectionUpdateSchema -> schemas/ConnectionUpdateSchema
This commit is contained in:
parent
5491c58ffc
commit
2364096a97
Binary file not shown.
@ -1,7 +1,6 @@
|
||||
import { route } from "@fosscord/api";
|
||||
import { Request, Response, Router } from "express";
|
||||
import { FieldErrors } from "../../../../util";
|
||||
import { ConnectionStore } from "../../../../util/connections";
|
||||
import { route } from "../../../util";
|
||||
import { ConnectionStore, FieldErrors } from "../../../../util";
|
||||
|
||||
const router = Router();
|
||||
|
||||
|
||||
@ -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";
|
||||
|
||||
@ -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";
|
||||
|
||||
Reference in New Issue
Block a user