namespace Moonlight.Shared.Http.Responses.ClientPlugins; public class ClientPluginsResponse { public string[] Dlls { get; set; } public string CacheKey { get; set; } }