Skip to content

Variable: CreateCustomerSchema

ts
const CreateCustomerSchema: ZodObject<{
  displayName: ZodOptional<ZodString>;
  email: ZodOptional<ZodString>;
  fullName: ZodOptional<ZodString>;
  strictConflictStatusCode: ZodOptional<ZodBoolean>;
}, $strip>;

Defined in: src/serviceDesk/parameters/createCustomer.ts:4