mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-12-26 20:26:00 +08:00
10 lines
190 B
C#
10 lines
190 B
C#
using BililiveRecorder.Core.Config.V2;
|
|
using GraphQL.Types;
|
|
|
|
namespace BililiveRecorder.Web.Models.Graphql
|
|
{
|
|
public class RecordModeEnum : EnumerationGraphType<RecordMode>
|
|
{
|
|
}
|
|
}
|