Update FilterData.lua

This commit is contained in:
IBims2CooleTim 2023-12-21 21:42:19 +01:00 committed by GitHub
parent 06304f1aee
commit be4e83588b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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