Checking if a custom post type field exits

if(get_field('post_type_name')){
   //output value if poste type exists
}