web: added the base for the web project
This commit is contained in:
7
apps/web/src/utils/constants.ts
Normal file
7
apps/web/src/utils/constants.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
export const operators = {
|
||||
is: "Is",
|
||||
isNot: "Is not",
|
||||
contains: 'Contains',
|
||||
doesNotContain: 'Not contains',
|
||||
}
|
||||
Reference in New Issue
Block a user