fix: remove unused NcScanResult interface in BandPage (TS error)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -29,14 +29,6 @@ interface BandInvite {
|
|||||||
expires_at: string;
|
expires_at: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface NcScanResult {
|
|
||||||
folder: string;
|
|
||||||
files_found: number;
|
|
||||||
imported: number;
|
|
||||||
skipped: number;
|
|
||||||
songs: SongSummary[];
|
|
||||||
}
|
|
||||||
|
|
||||||
interface SessionSummary {
|
interface SessionSummary {
|
||||||
id: string;
|
id: string;
|
||||||
date: string;
|
date: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user