Update backend API schema

This commit is contained in:
2025-11-16 18:03:17 +05:00
parent 7b39d48316
commit b860ea95d3
8 changed files with 249 additions and 13 deletions

View File

@ -0,0 +1,15 @@
/**
* 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;
}