using System.Text.Json.Nodes;
namespace OpenAuth.App.ServiceApp.GoView.Request;
public class CustomComponentReq
{
public string Content { get; set; }
}