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,20 @@
/**
* 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 ReadShowDto {
id?: number | null;
name?: string | null;
place?: string | null;
description?: string | null;
pyrotechnicImplementationPlan?: string | null;
date?: string | null;
}