.
This commit is contained in:
20
src/app/services/api/model/read-show-dto.ts
Normal file
20
src/app/services/api/model/read-show-dto.ts
Normal 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user