How get list of job types of simple job board plugin from code?

This is my solution

 $types = wp_get_post_terms($post->ID, 'jobpost_job_type');
 var_dump($types);