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

20 lines
358 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 ReadSoundTimecodeDto {
id?: number | null;
showId?: number | null;
soundId?: number | null;
start?: number;
end?: number;
}