<?php

declare(strict_types=1);

namespace WP\McpSchema\Common\Contracts;

/**
 * Interface for types that extend Icons.
 *
 * This interface is auto-generated from TypeScript extends metadata.
 * Types implementing this interface: Implementation, Resource, ResourceTemplate, Prompt, ResourceLink, Tool
 *
 * @mcp-version 2025-11-25
 */
interface IconsInterface extends WithArrayTransformationInterface
{
}
