Files
Knots-Front/src/app/services/api/model/knots-dto-user-update-user-contact-dto.ts
T
2026-05-05 10:58:22 +02:00

17 lines
299 B
TypeScript

/**
* Knots
*
*
*
* 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 KnotsDTOUserUpdateUserContactDto {
email?: string | null;
tel?: string | null;
}