diff options
Diffstat (limited to 'src/util/schemas/responses/OAuthAuthorizeResponse.ts')
-rw-r--r-- | src/util/schemas/responses/OAuthAuthorizeResponse.ts | 3 |
1 files changed, 3 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; +} |