Files
BeReadyFrontend/src/app/services/api/model/get-designation-dto.ts
T
2026-05-14 18:49:56 +01:00

17 lines
283 B
TypeScript

/**
* BeReadyBackend
*
*
*
* 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 GetDesignationDto {
id?: number;
label?: string | null;
}