mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
7 lines
123 B
C#
7 lines
123 B
C#
namespace API.DTOs.KavitaPlus.Account;
|
|
|
|
public sealed record AniListUpdateDto
|
|
{
|
|
public string Token { get; set; }
|
|
}
|