Rôles ajoutés

This commit is contained in:
2026-06-11 01:50:58 +02:00
parent 673269e2b8
commit 0b69eee16b
15 changed files with 623 additions and 30 deletions
@@ -0,0 +1,15 @@
/**
* 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 KnotsEndpointsRoleAssignRoleRequest {
roleId?: number;
}