summary refs log tree commit diff
path: root/src/util/schemas/responses/GeneralConfigurationResponse.ts
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2023-03-24 21:53:59 -0400
committerPuyodead1 <puyodead@proton.me>2023-04-13 15:32:04 -0400
commit3fa2a954297df36d4c33186559c681d4967970b6 (patch)
treecd89fe6676ba4c009396f71a84ea9aadd013b70a /src/util/schemas/responses/GeneralConfigurationResponse.ts
parentoapi: oauth2 (diff)
downloadserver-3fa2a954297df36d4c33186559c681d4967970b6.tar.xz
oapi: policies
Diffstat (limited to 'src/util/schemas/responses/GeneralConfigurationResponse.ts')
-rw-r--r--src/util/schemas/responses/GeneralConfigurationResponse.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/schemas/responses/GeneralConfigurationResponse.ts b/src/util/schemas/responses/GeneralConfigurationResponse.ts
new file mode 100644
index 00000000..4feaa32d
--- /dev/null
+++ b/src/util/schemas/responses/GeneralConfigurationResponse.ts
@@ -0,0 +1,3 @@
+import { GeneralConfiguration } from "../../config";
+
+export type GeneralConfigurationResponse = GeneralConfiguration;