Files
frontend/app/composeables/api/models/trackResponse.ts
2025-11-16 18:03:17 +05:00

16 lines
282 B
TypeScript

/**
* 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;
}