8 lines
160 B
C#
8 lines
160 B
C#
|
|
using System.Text.Json.Nodes;
|
|||
|
|
|
|||
|
|
namespace OpenAuth.App.ServiceApp.GoView.Request;
|
|||
|
|
|
|||
|
|
public class CustomComponentReq
|
|||
|
|
{
|
|||
|
|
public string Content { get; set; }
|
|||
|
|
}
|