🎛 Tweaking interfaces for extraction methods

This commit is contained in:
2021-04-19 11:27:18 -07:00
parent baf3d534e7
commit b53af0357b
2 changed files with 24 additions and 11 deletions

View File

@@ -2,6 +2,13 @@ export interface IFolderResponse {
data: Array<IFolderData>;
}
export interface IExtractionOptions {
folderDetails: IFolderData;
extractTarget: string;
sourceFolder: string;
targetComicCoversFolder: string;
}
export interface IComicVineSearchMatch {
description: string;
id: number;