mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-12-26 12:15:42 +08:00
10 lines
197 B
C#
10 lines
197 B
C#
|
namespace BililiveRecorder.Core.Config.V3
|
||
|
{
|
||
|
public interface IFileNameConfig
|
||
|
{
|
||
|
public string? FileNameRecordTemplate { get; }
|
||
|
|
||
|
public string? WorkDirectory { get; }
|
||
|
}
|
||
|
}
|