/** * @name QuestionnaireEnableBehavior * @description Controls how multiple enableWhen values are interpreted - whether all or any must be true. * @description all | any * @see QuestionnaireEnableBehavior * @version R4 * @author Claudia Alarcón Lazo */ export type QuestionnaireEnableBehaviorType = 'all' | 'any';