/** * Generated by orval v7.16.0 🍺 * Do not edit manually. * OpenAPI definition * OpenAPI spec version: v0 */ export interface TrackResponse { trackId?: number; title?: string; artist?: string; audioPath?: string; durationSeconds?: number; fileName?: string; }