Variable JsonRpcNotificationStructConst

JsonRpcNotificationStruct: Struct<{
    jsonrpc: "2.0";
    method: string;
    params?: Object;
}, unknown> = ...