[FA-misc] Saga seems to work, fixed a UserNovelDataService bug
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace FictionArchive.Service.Shared.Contracts.Events;
|
||||
|
||||
public interface IChapterPullCompleted
|
||||
{
|
||||
Guid ImportId { get; }
|
||||
uint ChapterId { get; }
|
||||
int ImagesQueued { get; }
|
||||
}
|
||||
|
||||
public record ChapterPullCompleted(Guid ImportId, uint ChapterId, int ImagesQueued) : IChapterPullCompleted;
|
||||
Reference in New Issue
Block a user