MCP TypeScript SDK
    Preparing search index...

    Interface BaseQueuedMessage

    interface BaseQueuedMessage {
        timestamp: number;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    timestamp: number

    When the message was queued (milliseconds since epoch)

    type: string

    Type of message