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