summary refs log tree commit diff
path: root/src/util/schemas/responses/index.ts
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2023-03-23 10:40:37 -0400
committerPuyodead1 <puyodead@proton.me>2023-04-13 14:58:53 -0400
commita567ca3f514b7671da5d523325751a8383885d2c (patch)
treeb9d6cb1ef0799007dbaa8a88a317486de9dd59c3 /src/util/schemas/responses/index.ts
parentfix style action (diff)
downloadserver-a567ca3f514b7671da5d523325751a8383885d2c.tar.xz
auth routes
Diffstat (limited to 'src/util/schemas/responses/index.ts')
-rw-r--r--src/util/schemas/responses/index.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/util/schemas/responses/index.ts b/src/util/schemas/responses/index.ts
new file mode 100644

index 00000000..ed91b866 --- /dev/null +++ b/src/util/schemas/responses/index.ts
@@ -0,0 +1,7 @@ +export * from "./APIErrorOrCaptchaResponse"; +export * from "./APIErrorResponse"; +export * from "./BackupCodesChallengeResponse"; +export * from "./CaptchaRequiredResponse"; +export * from "./GenerateRegistrationTokensResponse"; +export * from "./LocationMetadataResponse"; +export * from "./TokenResponse";