mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-06-09 16:44:16 -04:00
7 lines
116 B
C#
7 lines
116 B
C#
namespace API.DTOs.Email;
|
|
|
|
public sealed record TestEmailDto
|
|
{
|
|
public string Url { get; set; } = default!;
|
|
}
|