π Data TypesΒΆ
FilterΒΆ
Filter are dict that are ANDed together. Here is the format of a filter (nothing is required) :
{
id: string[]
ctc: string[]
energy: bool
}
Custom ones are also supported !
FiltersΒΆ
Filters are a list of filters that are ORed together.
Here is the format of a filters (nothing is required) :
Filter[]