2
0

(googleSheets) Advanced get filtering

Allows you to select rows based on advanced conditions / comparisons
This commit is contained in:
Baptiste Arnaud
2022-12-06 10:58:11 +01:00
parent b2519b54db
commit dcec1f0a5c
16 changed files with 1518 additions and 1244 deletions

View File

@ -9,10 +9,11 @@
"zod": "3.19.1"
},
"devDependencies": {
"typescript": "4.9.3",
"next": "13.0.6",
"cuid": "2.1.8",
"db": "workspace:*",
"tsconfig": "workspace:*"
"next": "13.0.6",
"tsconfig": "workspace:*",
"typescript": "4.9.3"
},
"peerDependencies": {
"next": "13.0.0"