Add IUser.newsLetter
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Peter Bastiani 2021-04-29 10:29:31 +02:00
parent 8a1c4b5e20
commit 86a545d7e6

View File

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