BililiveRecorder/BililiveRecorder.Web.Schemas/RecorderSubscription.cs

9 lines
135 B
C#
Raw Normal View History

2021-05-30 19:16:20 +08:00
using GraphQL.Types;
namespace BililiveRecorder.Web.Schemas
{
internal class RecorderSubscription : ObjectGraphType
{
}
}