Types > InventoryLocationSpecialHours
Description
Fields
date_ranges: [InventoryLocationDateRange!]!
hours: [InventoryLocationDayHour!]!
Used By
Types
Preview (typescript)
interface InventoryLocationSpecialHours {date_ranges: InventoryLocationDateRange[]hours: InventoryLocationDayHour[]}