message channel change 2 (#15269)

Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
neo773
2025-10-24 20:09:22 +05:30
committed by GitHub
parent a937090b5f
commit e37b8b61ba
13 changed files with 309 additions and 50 deletions
@@ -114,6 +114,7 @@ export type SelectFilter = {
is?: IsFilter;
in?: string[];
eq?: string;
neq?: string;
};
export type MultiSelectFilter = {