Variable forgotPasswordSchemaConst

forgotPasswordSchema: ZodObject<{
    body: ZodObject<{
        email: ZodString;
    }, "strip", ZodTypeAny, {
        email: string;
    }, {
        email: string;
    }>;
}, "strip", ZodTypeAny, {
    body: { email: string; };
}, {
    body: { email: string; };
}> = ...

This is schema to validate /auth/login request

Constant

Author

aayushchugh

Generated using TypeDoc