/** * @name ParticipantRequired * @description Is the participant required to attend the appointment. * @description required | optional | information-only * @see ParticipantRequired * @version R4 * @author Roberto Araneda Espinoza */ export type ParticipantRequiredType = 'required' | 'optional' | 'information-only';