scope for contact

This commit is contained in:
2025-12-16 14:59:30 +03:30
parent 8417eef69c
commit 8b4f67a70b
4 changed files with 18 additions and 3 deletions
@@ -2,3 +2,8 @@ export enum ContactStatusEnum {
New = 'new',
Seen = 'seen',
}
export enum ContactScope {
New = 'application',
Seen = 'restaurant',
}