Add IUser.newsLetter
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
parent
8a1c4b5e20
commit
86a545d7e6
@ -14,4 +14,5 @@ export interface IUser {
|
|||||||
organisation?: string;
|
organisation?: string;
|
||||||
cocNumber?: string;
|
cocNumber?: string;
|
||||||
searchable: boolean;
|
searchable: boolean;
|
||||||
|
newsLetter?: boolean;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user