New filter data format

This commit is contained in:
Niclas Edenvin
2024-09-27 14:42:40 +02:00
parent 4477adacdc
commit a5dff7b97d

View File

@@ -9,5 +9,5 @@ export type Filter = {
id: number
public: boolean
sortOrder: number
code?: string
filter?: string
}