mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-11-26 08:15:02 -05:00
10 lines
248 B
C#
10 lines
248 B
C#
namespace API.Archive
|
|
{
|
|
public class ArchiveMetadata
|
|
{
|
|
public byte[] CoverImage { get; set; }
|
|
public string Summary { get; set; }
|
|
public int Pages { get; set; }
|
|
//public string Format { get; set; }
|
|
}
|
|
} |