<?php
// phpcs:disable Yoast.NamingConventions.NamespaceName.TooLong -- Needed in the folder structure.
// phpcs:disable Yoast.NamingConventions.NamespaceName.MaxExceeded
namespace Yoast\WP\SEO\AI\Content_Planner\Infrastructure\Endpoints;

use Yoast\WP\SEO\Routes\Endpoint\Endpoint_Interface;

interface Content_Planner_Endpoint_Interface extends Endpoint_Interface {}
