diff --git a/projects/common/src/fm/models/user.ts b/projects/common/src/fm/models/user.ts index a0832a4..65fc3d6 100644 --- a/projects/common/src/fm/models/user.ts +++ b/projects/common/src/fm/models/user.ts @@ -14,4 +14,5 @@ export interface IUser { organisation?: string; cocNumber?: string; searchable: boolean; + newsLetter?: boolean; } \ No newline at end of file