chore(SW-360): move password form types

This commit is contained in:
Chuma McPhoy
2024-10-09 13:58:31 +02:00
parent f726f860d1
commit e3df8ea64f
3 changed files with 6 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
import { passwordValidators } from "@/utils/passwordValidator"
export type PasswordValidatorKey = keyof typeof passwordValidators