Interface NotificationMessage

interface NotificationMessage {
    args: any[];
    id?: number;
    method: string;
    type: Notification;
}

Properties

Properties

args: any[]
id?: number
method: string