Files
pyrofetes-frontend/src/app/services/api/model/read-sound-dto.ts
2025-12-04 17:54:31 +01:00

24 lines
490 B
TypeScript

/**
* PyroFetes
*
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
export interface ReadSoundDto {
id?: number | null;
name?: string | null;
type?: string | null;
artist?: string | null;
duration?: string | null;
kind?: string | null;
format?: string | null;
creationDate?: string | null;
soundCategoryId?: string | null;
}