feat(categories): add branch visibility selection
All checks were successful
Staging Build / build (push) Successful in 2m43s

This commit is contained in:
DanielS
2026-07-09 14:26:56 +02:00
parent 07c7d8c656
commit 071e669b71
4 changed files with 76 additions and 8 deletions

View File

@@ -29,6 +29,8 @@ export type Category = {
allow_multiselect: boolean
free_items_limit: number
preselect: boolean
show_in_kauf?: boolean
show_in_abo?: boolean
created_at: string
}