mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-11 05:52:19 +02:00
Add Executable Plugin Loader
This commit is contained in:
17
Wox/RPC/JsonPRCModel.cs
Normal file
17
Wox/RPC/JsonPRCModel.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using Wox.Plugin;
|
||||
|
||||
namespace Wox.RPC
|
||||
{
|
||||
public class JsonPRCModel
|
||||
{
|
||||
public int id { get; set; }
|
||||
public string jsonrpc { get; set; }
|
||||
|
||||
public string result { get; set; }
|
||||
}
|
||||
|
||||
public class ActionJsonRPCResult : Result
|
||||
{
|
||||
public string ActionJSONRPC { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user