Refactor: renamed AccountForm to UserSettingsForm and update related actions and translations
This commit is contained in:
@@ -14,8 +14,8 @@ export interface YearMonth {
|
||||
month: number;
|
||||
};
|
||||
|
||||
/** User profile data */
|
||||
export interface UserProfile {
|
||||
/** User settings data */
|
||||
export interface UserSettings {
|
||||
/** user's ID */
|
||||
userId: string;
|
||||
/** first name */
|
||||
|
||||
Reference in New Issue
Block a user