Fields
weekday
StringThe day of the week (e.g., 'Monday', 'Tuesday'). Example: 'Monday'
opening
StoreTimeOpening time of the store. Example: { hour: 9, minute: 0 }
closing
StoreTimeClosing time of the store. Example: { hour: 21, minute: 0 }
open
BooleanIndicates whether the store is open on the specified weekday. Example: true
Was this section helpful?