aw-1837 add language to user
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good Details

2022.01
Francisco Salas 2021-06-11 08:40:13 +02:00
parent 0d9789d8c6
commit d833f321d1
1 changed files with 1 additions and 0 deletions

View File

@ -15,4 +15,5 @@ export interface IUser {
cocNumber?: string;
searchable: boolean;
newsletter?: boolean;
language?: string;
}