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 = { type FilterData = {
["_startsWith"]: { ["_startsWith"]: {string},
[string]: any ["_ignoreCases"]: {string},
},
["_ignoreCases"]: {
[string]: any
},
[string]: any [string]: any
} }
@ -12,4 +8,4 @@ return {
getType = function(): FilterData getType = function(): FilterData
return {} return {}
end, end,
} }