Add IUser.newsLetter
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good Details

2022.01
Peter Bastiani 2021-04-29 10:29:31 +02:00
parent 8a1c4b5e20
commit 86a545d7e6
1 changed files with 1 additions and 0 deletions

View File

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