Type Alias KodiWebsocketMessage

KodiWebsocketMessage: {
    jsonrpc: string;
    method: string;
    params: { data: any };
    sender: string;
}