fix: add is_active to RentalObjectPayload type

This commit is contained in:
2026-03-31 11:24:57 +03:00
parent f6d3c78dd0
commit 1ffc171175

View File

@@ -866,6 +866,7 @@ export interface RentalObjectPayload {
max_hours_per_slot?: number | null
buffer_minutes?: number
sort_order?: number
is_active?: boolean
}
export interface CategoryApi {