mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-03-10 20:15:26 -04:00
9 lines
250 B
C#
9 lines
250 B
C#
namespace Skeleton.DTOs;
|
|
|
|
public class EmailMigrationDto
|
|
{
|
|
public string EmailAddress { get; init; }
|
|
public string ServerConfirmationLink { get; init; }
|
|
public string Username { get; init; }
|
|
public string InstallId { get; init; }
|
|
} |