diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-04-02 10:55:17 +1000 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-04-02 10:55:17 +1000 |
commit | 218f71b82cca0451cbe20834283100cac234666c (patch) | |
tree | d6052ae996de9fc03884cb4692838eb09da439f2 /src/util/schemas/index.ts | |
parent | prettier (diff) | |
parent | Remove ALL fosscord mentions (diff) | |
download | server-218f71b82cca0451cbe20834283100cac234666c.tar.xz |
Merge branch 'master' into refactor/dev/connections
Diffstat (limited to 'src/util/schemas/index.ts')
-rw-r--r-- | src/util/schemas/index.ts | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/util/schemas/index.ts b/src/util/schemas/index.ts index e9f4268e..2d254752 100644 --- a/src/util/schemas/index.ts +++ b/src/util/schemas/index.ts @@ -1,6 +1,6 @@ /* - Fosscord: A FOSS re-implementation and extension of the Discord.com backend. - Copyright (C) 2023 Fosscord and Fosscord Contributors + Spacebar: A FOSS re-implementation and extension of the Discord.com backend. + Copyright (C) 2023 Spacebar and Spacebar Contributors This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published @@ -79,3 +79,7 @@ export * from "./VoiceVideoSchema"; export * from "./WebAuthnSchema"; export * from "./WebhookCreateSchema"; export * from "./WidgetModifySchema"; +export * from "./UserRelationsResponse"; +export * from "./GatewayResponse"; +export * from "./GatewayBotResponse"; +export * from "./UserProfileResponse"; |