fix: add is_active to RentalObjectPayload type
This commit is contained in:
@@ -866,6 +866,7 @@ export interface RentalObjectPayload {
|
|||||||
max_hours_per_slot?: number | null
|
max_hours_per_slot?: number | null
|
||||||
buffer_minutes?: number
|
buffer_minutes?: number
|
||||||
sort_order?: number
|
sort_order?: number
|
||||||
|
is_active?: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface CategoryApi {
|
export interface CategoryApi {
|
||||||
|
|||||||
Reference in New Issue
Block a user