mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-06-23 15:30:34 -04:00
7 lines
114 B
C#
7 lines
114 B
C#
namespace API.DTOs.Theme;
|
|
|
|
public sealed record UpdateDefaultThemeDto
|
|
{
|
|
public int ThemeId { get; set; }
|
|
}
|