Variable: CustomFieldValueUpdateSchema
ts
const CustomFieldValueUpdateSchema: ZodObject<{
issueIds: ZodArray<ZodNumber>;
value: ZodUnknown;
}, $loose>;Defined in: src/cloud/models/customFieldValueUpdate.ts:5
A list of issue IDs and the value to update a custom field to.