From 27dbeba821a597e033dfa1c20c51bcae48589016 Mon Sep 17 00:00:00 2001 From: Erkin Alp Güney Date: Sat, 14 Jan 2023 11:15:35 +0300 Subject: Add /users/:id/delete (#926) --- src/util/schemas/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util/schemas/index.ts') diff --git a/src/util/schemas/index.ts b/src/util/schemas/index.ts index e4f565c9..b58c08a1 100644 --- a/src/util/schemas/index.ts +++ b/src/util/schemas/index.ts @@ -40,6 +40,7 @@ export * from "./TotpDisableSchema"; export * from "./TotpEnableSchema"; export * from "./VoiceIdentifySchema"; export * from "./TotpSchema"; +export * from "./UserDeleteSchema"; export * from "./UserModifySchema"; export * from "./UserProfileModifySchema"; export * from "./UserSettingsSchema"; -- cgit 1.5.1