summary refs log tree commit diff
path: root/src/util/schemas/responses
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2023-03-24 21:43:18 -0400
committerPuyodead1 <puyodead@proton.me>2023-04-13 15:30:37 -0400
commit1b1fbce4d372824c9aba7f0248c5fa0bf26802ab (patch)
tree24dc0563376e402a445950b983328ad0753b358c /src/util/schemas/responses
parentoapi: invites (diff)
downloadserver-1b1fbce4d372824c9aba7f0248c5fa0bf26802ab.tar.xz
oapi: oauth2
Diffstat (limited to 'src/util/schemas/responses')
-rw-r--r--src/util/schemas/responses/OAuthAuthorizeResponse.ts3
-rw-r--r--src/util/schemas/responses/index.ts1
2 files changed, 4 insertions, 0 deletions
diff --git a/src/util/schemas/responses/OAuthAuthorizeResponse.ts b/src/util/schemas/responses/OAuthAuthorizeResponse.ts
new file mode 100644
index 00000000..60d6d2e2
--- /dev/null
+++ b/src/util/schemas/responses/OAuthAuthorizeResponse.ts
@@ -0,0 +1,3 @@
+export interface OAuthAuthorizeResponse {
+	location: string;
+}
diff --git a/src/util/schemas/responses/index.ts b/src/util/schemas/responses/index.ts
index 91c889db..c5e18406 100644
--- a/src/util/schemas/responses/index.ts
+++ b/src/util/schemas/responses/index.ts
@@ -31,6 +31,7 @@ export * from "./GuildWidgetJsonResponse";
 export * from "./GuildWidgetSettingsResponse";
 export * from "./LocationMetadataResponse";
 export * from "./MemberJoinGuildResponse";
+export * from "./OAuthAuthorizeResponse";
 export * from "./Tenor";
 export * from "./TokenResponse";
 export * from "./UserProfileResponse";