Preparing search index...
The search index is not available
appointments - v1.0.0
appointments
IAppointmentFilters
Interface IAppointmentFilters
interface
IAppointmentFilters
{
barberId
?:
string
;
customerId
?:
string
;
endDate
?:
Date
;
serviceId
?:
string
;
startDate
?:
Date
;
status
?:
"pending"
|
"confirmed"
|
"cancelled"
|
"completed"
;
[
key
:
string
]:
any
;
}
Hierarchy (
View Summary
)
IFilterOptions
IAppointmentFilters
Indexable
[
key
:
string
]:
any
Index
Properties
barber
Id?
customer
Id?
end
Date?
service
Id?
start
Date?
status?
Properties
Optional
barber
Id
barberId
?:
string
Optional
customer
Id
customerId
?:
string
Optional
end
Date
endDate
?:
Date
Optional
service
Id
serviceId
?:
string
Optional
start
Date
startDate
?:
Date
Optional
status
status
?:
"pending"
|
"confirmed"
|
"cancelled"
|
"completed"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
barber
Id
customer
Id
end
Date
service
Id
start
Date
status
appointments - v1.0.0
Loading...