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

18 lines
314 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 KnotsDTOMessageCreateMessageDto {
contenu?: string | null;
date?: string;
type?: boolean;
}