a.... LOT of Refactoring ~ 30% done???
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
import { z } from "zod";
|
||||
|
||||
export enum Gender {
|
||||
Male = "male",
|
||||
Female = "female",
|
||||
Other = "other",
|
||||
}
|
||||
|
||||
export const customerInfoModel = z.object({
|
||||
id: z.number().optional(),
|
||||
firstName: z.string().min(1).max(64),
|
||||
|
||||
Reference in New Issue
Block a user