object

StoreHours

Represents the store's operating hours for a specific day of the week.
Fields
weekday
String
The day of the week (e.g., 'Monday', 'Tuesday'). Example: 'Monday'
opening
StoreTime
Opening time of the store. Example: { hour: 9, minute: 0 }
closing
StoreTime
Closing time of the store. Example: { hour: 21, minute: 0 }
Indicates whether the store is open on the specified weekday. Example: true