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,14 @@
/**
* Generated by orval v7.16.0 🍺
* Do not edit manually.
* OpenAPI definition
* OpenAPI spec version: v0
*/
export interface PlaylistReadResponse {
id?: number;
ownerId?: number;
title?: string;
createdAt?: string;
updatedAt?: string;
}