diff options
Diffstat (limited to 'src/util/schemas/index.ts')
-rw-r--r-- | src/util/schemas/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |