TF-3235 Create SeachSnippets for presentation emails and update at interactors

This commit is contained in:
DatDang
2024-11-01 10:42:14 +07:00
committed by Dat H. Pham
parent 659acd7b17
commit 9c1d991c74
12 changed files with 476 additions and 13 deletions
@@ -0,0 +1,4 @@
mixin SearchSnippetMixin {
String? searchSnippetSubject;
String? searchSnippetPreview;
}