Files
Knots-Front/src/app/services/api/model/knots-dto-user-update-username-dto.ts
T
2026-06-10 16:27:04 +02:00

17 lines
283 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 KnotsDTOUserUpdateUsernameDto {
id?: number;
username: string;
}