task-list-endpoint-interface.php
<?php
// phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure.
namespace Yoast\WP\SEO\Task_List\Infrastructure\Endpoints;
use Yoast\WP\SEO\Routes\Endpoint\Endpoint_Interface;
interface Task_List_Endpoint_Interface extends Endpoint_Interface {}