core.schedulingparameterurl
Home > @medplum/core > SchedulingParameterUrl
SchedulingParameterUrl type
The sub-extension urls a SchedulingParameters extension may carry, apart from the service pointer a Schedule's parameters are matched by, which these helpers maintain rather than expose.
Signature:
export type SchedulingParameterUrl = 'availability' | 'duration' | 'bufferBefore' | 'bufferAfter' | 'alignmentInterval' | 'alignmentOffset' | 'alignmentTimezone' | 'timezone' | 'slotCapacity';