mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-05-31 04:04:19 -04:00
9 lines
213 B
C#
9 lines
213 B
C#
namespace API.DTOs
|
|
{
|
|
public class ServerSettingDto
|
|
{
|
|
public string CacheDirectory { get; set; }
|
|
// public string Kind { get; init; }
|
|
// public string Value { get; init; }
|
|
}
|
|
} |