mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -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; }
|
|
} |