mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-14 16:20:04 +00:00
WIP: Implement frontend
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import {Observable} from "rxjs";
|
||||
import {DetectedGameDto} from "../models/dtos/DetectedGameDto";
|
||||
import {GameOverviewDto} from "../models/dtos/GameOverviewDto";
|
||||
import {HttpResponse} from "@angular/common/http";
|
||||
|
||||
export interface LibraryApi {
|
||||
scanLibrary(): Observable<HttpResponse<Response>>;
|
||||
downloadImages(): Observable<HttpResponse<Response>>;
|
||||
getFiles(): Observable<string[]>;
|
||||
}
|
||||
Reference in New Issue
Block a user