Fixed error with modal and datas
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* BeReadyBackend
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
@@ -9,7 +9,7 @@
|
||||
*/
|
||||
|
||||
|
||||
export interface CreateUserDto {
|
||||
export interface CreateUserDto {
|
||||
firstName: string;
|
||||
name: string;
|
||||
username: string;
|
||||
|
||||
Reference in New Issue
Block a user