Skip to content

Variable: UpdateFieldSchemeParametersPartialFailureSchema

ts
const UpdateFieldSchemeParametersPartialFailureSchema: ZodObject<{
  error: ZodOptional<ZodString>;
  fieldId: ZodString;
  schemeId: ZodNumber;
  success: ZodBoolean;
  workTypeId: ZodOptional<ZodNumber>;
}, $loose>;

Defined in: src/cloud/models/updateFieldSchemeParametersPartialFailure.ts:5

Result of updating field scheme parameters for a specific field, scheme, and optional work type.