superstar_v2/SearchRequest.cs

8 lines
154 B
C#
Raw Permalink Normal View History

2025-04-07 16:54:10 +08:00
namespace DualScreenDemo
{
public class SearchRequest
{
public string Query { get; set; }
public string Type { get; set; }
}
}