<?php

declare(strict_types=1);

namespace WP\McpSchema\Common\Contracts;

/**
 * Interface for types that extend NotificationParams.
 *
 * This interface is auto-generated from TypeScript extends metadata.
 * Types implementing this interface: CancelledNotificationParams, ProgressNotificationParams, ResourceUpdatedNotificationParams, LoggingMessageNotificationParams
 *
 * @mcp-version 2025-11-25
 */
interface NotificationParamsInterface extends WithArrayTransformationInterface
{
}
