Skip to content

Variable: CustomerCreateSchema

ts
const CustomerCreateSchema: ZodObject<{
  displayName: ZodOptional<ZodString>;
  email: ZodOptional<ZodString>;
  fullName: ZodOptional<ZodString>;
}, $loose>;

Defined in: src/serviceDesk/models/customerCreate.ts:4