Refactor: Web Consolidation and Identity Stabilization #40
@@ -0,0 +1,9 @@
|
|||||||
|
using FluentResults;
|
||||||
|
using NexusReader.Application.Queries.Reader;
|
||||||
|
|
||||||
|
namespace NexusReader.Application.Abstractions.Services;
|
||||||
|
|
||||||
|
public interface IEpubMetadataExtractor
|
||||||
|
{
|
||||||
|
Task<Result<LocalEpubMetadata>> ExtractMetadataAsync(Stream epubStream);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user