mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-04-09 02:31:47 -04:00
8 lines
151 B
C#
8 lines
151 B
C#
namespace API.DTOs
|
|
{
|
|
public class UserDto
|
|
{
|
|
public string Username { get; init; }
|
|
public string Token { get; init; }
|
|
}
|
|
} |