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

21 lines
417 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 ReadShowDto {
id?: number | null;
name?: string | null;
place?: string | null;
description?: string | null;
pyrotechnicImplementationPlan?: string | null;
date?: string | null;
}