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