Variable FieldSchemeToFieldsPartialFailureSchemaConst
FieldSchemeToFieldsPartialFailureSchema: ZodObject<
{
error: ZodOptional<ZodString>;
fieldId: ZodString;
schemeId: ZodNumber;
success: ZodBoolean;
workTypeIds: ZodArray<ZodNumber>;
},
$loose,
> = ...
Partial failure result when updating field scheme to fields associations.