Files
frontend/app/composeables/api/models/trackResponse.ts

17 lines
305 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;
fileFormat?: string;
durationSeconds?: number;
fileName?: string;
}