Files
pyrofetes-frontend/src/app/services/api/model/get-user-dto.ts
T
2026-05-28 16:23:30 +02:00

20 lines
359 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 GetUserDto {
id?: number;
name?: string | null;
password?: string | null;
fonction?: string | null;
email?: string | null;
}