Flow.Launcher/Flow.Launcher.Core/Plugin/JsonRPCV2Models/JsonRPCExecuteResponse.cs

5 lines
119 B
C#
Raw Permalink Normal View History

2023-06-02 15:05:09 +00:00
namespace Flow.Launcher.Core.Plugin.JsonRPCV2Models
{
public record JsonRPCExecuteResponse(bool Hide = true);
2023-06-02 15:05:09 +00:00
}