2021-04-14 23:46:24 +08:00
|
|
|
namespace BililiveRecorder.ToolBox
|
|
|
|
{
|
2021-04-19 18:20:14 +08:00
|
|
|
public interface ICommandRequest<TResponse>
|
2021-07-15 19:56:58 +08:00
|
|
|
where TResponse : IResponseData
|
2021-04-19 18:20:14 +08:00
|
|
|
{ }
|
2021-04-14 23:46:24 +08:00
|
|
|
}
|