KHIDownloader-Astro/src/utils/types.ts

11 lines
155 B
TypeScript

export interface AlbumRow {
name: string
url: string
}
export interface TrackRow {
name: string
url: string
format: string
fileName: string
}