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; organisation?: string;
cocNumber?: string; cocNumber?: string;
searchable: boolean; searchable: boolean;
newsLetter?: boolean; newsletter?: boolean;
} }