Variable: CustomerRequestFieldValueSchema
ts
const CustomerRequestFieldValueSchema: ZodObject<{
fieldId: ZodOptional<ZodString>;
label: ZodOptional<ZodString>;
renderedValue: ZodOptional<ZodRecord<ZodString, ZodAny>>;
value: ZodOptional<ZodUnknown>;
}, $loose>;Defined in: src/serviceDesk/models/customerRequestFieldValue.ts:4