Files
Knots-Front/src/app/services/api/model/knots-endpoints-role-create-role-request.ts
T
2026-06-11 01:50:58 +02:00

16 lines
272 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 KnotsEndpointsRoleCreateRoleRequest {
libelle?: string;
}