oro-sdk-apis 1.56.0 → 1.57.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -233,7 +233,7 @@ export interface HidePlanRule {
233
233
  /**
234
234
  * Questions to apply yup rules on in, if rules are met then hide the plan
235
235
  */
236
- rules: QuestionHidePlanRule | QuestionHidePlanRule[] | QuestionHidePlanRule[][];
236
+ rules: QuestionHidePlanRule[] | QuestionHidePlanRule[][];
237
237
  }
238
238
  export interface QuestionHidePlanRule {
239
239
  /**