Files
pyrofetes/src/app/services/api/model/get-communication-dto.ts
T
2026-06-08 15:56:13 +02:00

19 lines
340 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 GetCommunicationDto {
id?: number;
calling?: string | null;
email?: string | null;
meeting?: string | null;
}