for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Riclep\Storyblok\Fields;
/**
* @property-read string $email
*/
class EmailLink extends Asset
{
public function __toString(): string
return $this->email;
}