Modern React Template - v0.0.10
    Preparing search index...

    Variable userSchemaConst

    userSchema: ZodObject<
        {
            createdAt: ZodISODateTime;
            email: ZodEmail;
            id: ZodUUID;
            name: ZodString;
        },
        $strip,
    > = ...

    User Schema

    Validates user data from the API.