<?php

declare (strict_types=1);
namespace PYS_PRO_GLOBAL\WP\McpSchema\Common\Contracts;

/**
 * Interface for types that extend JSONRPCNotification.
 *
 * This interface is auto-generated from TypeScript extends metadata.
 * Types implementing this interface: CancelledNotification, InitializedNotification, ProgressNotification, ResourceListChangedNotification, ResourceUpdatedNotification, PromptListChangedNotification, ToolListChangedNotification, TaskStatusNotification, LoggingMessageNotification, RootsListChangedNotification, ElicitationCompleteNotification
 *
 * @mcp-version 2025-11-25
 */
interface JSONRPCNotificationInterface extends WithArrayTransformationInterface
{
}
