CodeCraft Auth API Docs - v0.0.0
Preparing search index...
modules/authentication/schemas/auth.schemas
signUpSchema
Variable signUpSchema
Const
signUpSchema
:
ZodObject
<
{
confirmPassword
:
ZodString
;
email
:
ZodPipe
<
ZodString
,
ZodTransform
<
string
,
string
>
>
;
password
:
ZodString
;
}
,
$strip
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
CodeCraft Auth API Docs - v0.0.0
Loading...