export const ValueRequirement = { REQUIRED: "required", OPTIONAL: "optional", PROHIBITED: "prohibited", };