Agent Client Protocol - v0.12.0
    Preparing search index...

    Type Alias ClientNotification

    type ClientNotification = {
        method: string;
        params?: CancelNotification | ExtNotification | null;
    }
    Index

    Properties

    Properties

    method: string