Profile Component now accepts a user-object as paramter.
Started to implement the settings popup
This commit is contained in:
@@ -3,6 +3,17 @@ export interface ptpUser {
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
username: string;
|
||||
status?: string;
|
||||
profilePictureUrl?: string;
|
||||
}
|
||||
|
||||
export interface ptpTestUser {
|
||||
id: string;
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
username: string;
|
||||
status?: string;
|
||||
profilePictureUrl?: string;
|
||||
}
|
||||
|
||||
export interface responseModel {
|
||||
|
||||
Reference in New Issue
Block a user