This commit is contained in:
2025-12-04 17:54:31 +01:00
parent eb403c3aac
commit db4a851a81
41 changed files with 3108 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
/**
* 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;
}