Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace FictionArchive.Service.NovelService.Models.SourceAdapters;
|
||||
|
||||
public class ChapterMetadata
|
||||
{
|
||||
public uint Revision { get; set; }
|
||||
public uint Order { get; set; }
|
||||
public string? Url { get; set; }
|
||||
public string Name { get; set; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user