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

This commit is contained in:
Francisco Salas 2021-02-03 09:02:58 +01:00
parent 335078a10c
commit 33d03c3d58

View File

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