Types > InventoryLocationHour
Description
Fields
Week day of the interval, starting with 0 (Monday)
Example: 0
Lower minute boundary (inclusive)
Example: 30
Upper minute boundary (inclusive)
Example: 59
Used By
Types
Preview (typescript)
interface InventoryLocationHour {day: numberminute_from: numberminute_to: number}