chore(SW-360): move password form types

This commit is contained in:
Chuma McPhoy
2024-10-10 08:59:33 +02:00
parent f726f860d1
commit e3df8ea64f
3 changed files with 6 additions and 6 deletions
+3
View File
@@ -0,0 +1,3 @@
import { passwordValidators } from "@/utils/passwordValidator"
export type PasswordValidatorKey = keyof typeof passwordValidators