add series to collection filters type

This commit is contained in:
Justin Edmund 2025-12-16 21:18:25 -08:00
parent 590c3496fd
commit 0d22746154

View file

@ -164,6 +164,7 @@ export interface CollectionFilters {
race?: number[]
proficiency?: number[]
gender?: number[]
series?: (string | number)[]
sort?: CollectionSortKey
page?: number
limit?: number