Same issue here with the Google Search Console warning for the @type error. This seems to be rather widespread and is being discussed elsewhere.
I have found you can add:
add_filter( ‘wpseo_json_ld_output’, ‘__return_false’ );
To your theme’s functions.php and it will disable the Yoast schema output and allow you to re-validate with Google. All we can do until there is a fix.