<?php

declare(strict_types=1);

namespace WP\McpSchema\Common\Contracts;

/**
 * Interface for types that extend ResourceContents.
 *
 * This interface is auto-generated from TypeScript extends metadata.
 * Types implementing this interface: TextResourceContents, BlobResourceContents
 *
 * @mcp-version 2025-11-25
 */
interface ResourceContentsInterface extends WithArrayTransformationInterface
{
}
