pub fn interactive_ui( items: BTreeSet<RoleAssignment>, justification: Option<String>, duration: Option<u64>, ) -> Result<Option<Selected>>