Preparing search index...
The search index is not available
appointments - v1.0.0
appointments
IServiceFilters
Interface IServiceFilters
interface
IServiceFilters
{
category
?:
|
"HAIRCUT"
|
"BEARD"
|
"STYLING"
|
"COLORING"
|
"TREATMENT"
|
"PACKAGE"
;
isActive
?:
boolean
;
maxDuration
?:
number
;
maxPrice
?:
number
;
minDuration
?:
number
;
minPrice
?:
number
;
requiresConsultation
?:
boolean
;
[
key
:
string
]:
any
;
}
Hierarchy (
View Summary
)
IFilterOptions
IServiceFilters
Indexable
[
key
:
string
]:
any
Index
Properties
category?
is
Active?
max
Duration?
max
Price?
min
Duration?
min
Price?
requires
Consultation?
Properties
Optional
category
category
?:
|
"HAIRCUT"
|
"BEARD"
|
"STYLING"
|
"COLORING"
|
"TREATMENT"
|
"PACKAGE"
Optional
is
Active
isActive
?:
boolean
Optional
max
Duration
maxDuration
?:
number
Optional
max
Price
maxPrice
?:
number
Optional
min
Duration
minDuration
?:
number
Optional
min
Price
minPrice
?:
number
Optional
requires
Consultation
requiresConsultation
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
category
is
Active
max
Duration
max
Price
min
Duration
min
Price
requires
Consultation
appointments - v1.0.0
Loading...