Files
pyrofetes/src/app/services/api/model/create-communication-dto.ts
T

18 lines
326 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 CreateCommunicationDto {
calling?: string | null;
email?: string | null;
meeting?: string | null;
}