21 lines
417 B
TypeScript
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;
|
|
}
|
|
|