Finished form to edit user infos
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
/**
|
||||
* BeReadyBackend
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
import {GetUserStatsDto} from './get-user-stats-dto';
|
||||
import { GetUserStatsDto } from './get-user-stats-dto';
|
||||
|
||||
|
||||
export interface GetUserDetailsDto {
|
||||
export interface GetUserDetailsDto {
|
||||
id?: number;
|
||||
firstName?: string | null;
|
||||
name?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user