Migrating Endpoints to V1 #29

Closed
IBims2CooleTim wants to merge 2 commits from feature/filters into dev
Showing only changes of commit be4e83588b - Show all commits

View File

@ -1,10 +1,6 @@
type FilterData = {
["_startsWith"]: {
[string]: any
},
["_ignoreCases"]: {
[string]: any
},
["_startsWith"]: {string},
["_ignoreCases"]: {string},
[string]: any
}