add searchable field to user
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit Details

2022.01
Francisco Salas 2021-02-03 09:02:58 +01:00
parent 335078a10c
commit 33d03c3d58
1 changed files with 1 additions and 0 deletions

View File

@ -13,4 +13,5 @@ export interface IUser {
mobile?: string;
organisation?: string;
cocNumber?: string;
searchable: boolean;
}