|
|
|
@@ -0,0 +1,29 @@ |
|
|
|
/** |
|
|
|
* Imaq Platform |
|
|
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) |
|
|
|
* |
|
|
|
* The version of the OpenAPI document: 1.0.0 |
|
|
|
* |
|
|
|
* |
|
|
|
* 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 AuthResponseUser { |
|
|
|
readonly dbId?: any | null; |
|
|
|
email: any | null; |
|
|
|
firstName: any | null; |
|
|
|
lastName: any | null; |
|
|
|
image?: any | null; |
|
|
|
readonly imageUrl?: any | null; |
|
|
|
readonly fullName?: any | null; |
|
|
|
/** |
|
|
|
* The plaintext password when being set or changed. |
|
|
|
*/ |
|
|
|
password?: any | null; |
|
|
|
active?: any | null; |
|
|
|
readonly createdAt?: any | null; |
|
|
|
} |
|
|
|
|