init: init project
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { z } from "zod";
|
||||
const update_profile = z.object({
|
||||
fullName: z.string().optional(),
|
||||
});
|
||||
|
||||
export const profile_validations = {
|
||||
update_profile,
|
||||
};
|
||||
Reference in New Issue
Block a user