import * as z from "zod/v4"; import { UpdateCustomerByIdRequestSchema } from "../../../common"; export const CustomerDataFormSchema = UpdateCustomerByIdRequestSchema; export type CustomerData = z.infer;