mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-12-26 20:26:00 +08:00
9 lines
135 B
C#
9 lines
135 B
C#
using GraphQL.Types;
|
|
|
|
namespace BililiveRecorder.Web.Schemas
|
|
{
|
|
internal class RecorderSubscription : ObjectGraphType
|
|
{
|
|
}
|
|
}
|