diff options
author | Puyodead1 <puyodead@proton.me> | 2023-12-20 03:33:28 -0500 |
---|---|---|
committer | Puyodead1 <puyodead@proton.me> | 2023-12-20 03:33:28 -0500 |
commit | e34887261f8d86aa4e98f4b8ccd6e57ce72c6620 (patch) | |
tree | b7cb601c7e818349b3000eaf20bc75e44c22ff87 /src/util/schemas/responses/index.ts | |
parent | add missing license headers (diff) | |
download | server-e34887261f8d86aa4e98f4b8ccd6e57ce72c6620.tar.xz |
initial progress for admin api feat/admin-api
Diffstat (limited to 'src/util/schemas/responses/index.ts')
-rw-r--r-- | src/util/schemas/responses/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/schemas/responses/index.ts b/src/util/schemas/responses/index.ts index accb26f5..e0619a93 100644 --- a/src/util/schemas/responses/index.ts +++ b/src/util/schemas/responses/index.ts @@ -18,6 +18,7 @@ export * from "./APIErrorOrCaptchaResponse"; export * from "./APIErrorResponse"; +export * from "./AdminGuildsResponse"; export * from "./BackupCodesChallengeResponse"; export * from "./CaptchaRequiredResponse"; export * from "./DiscoverableGuildsResponse"; |