HHongtao Zhangimplement v2
e183920b创建于 2023年6月2日历史提交
using System.Collections.Generic;
using Flow.Launcher.Plugin;

namespace Flow.Launcher.Core.Plugin.JsonRPCV2Models
{
    public record JsonRPCQueryRequest(
        List<JsonRPCResult> Results
    );
}