This commit is contained in:
Peter Bastiani 2021-04-29 14:06:35 +02:00
parent 86a545d7e6
commit 8f5dd0969c

View File

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