5
resources/client/profile/user-profile.ts
Executable file
5
resources/client/profile/user-profile.ts
Executable file
@@ -0,0 +1,5 @@
|
||||
export interface UserProfile {
|
||||
city: string;
|
||||
country: string;
|
||||
description: string;
|
||||
}
|
||||
Reference in New Issue
Block a user