Home > @yext/search-core > HolidayHours
An interface for holiday hours to use in BaseFieldValueDirectAnswer.value.
Signature:
export interface HolidayHours
Property | Type | Description |
---|---|---|
date | string | |
isClosed? | boolean | (Optional) |
isRegularHours? | boolean | (Optional) |
openIntervals? | Interval[] | (Optional) |