Flow.Launcher/Flow.Launcher.Core/Plugin/JsonRPCV2Models/JsonRPCExecuteResponse.cs
2023-06-25 00:43:21 +08:00

4 lines
128 B
C#

namespace Flow.Launcher.Core.Plugin.JsonRPCV2Models
{
public abstract record JsonRPCExecuteResponse(bool Hide = true);
}