🔫 Added error interface for comic cover methods
This commit is contained in:
@@ -39,3 +39,9 @@ export interface IExtractedComicBookCoverFile {
|
||||
path: string;
|
||||
fileSize: number;
|
||||
}
|
||||
|
||||
export interface IExtractComicBookCoverErrorResponse {
|
||||
message: string;
|
||||
errorCode: string;
|
||||
data: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user