Defines a single time restriction rule with start and end times and the applicable weekdays.

Hierarchy

  • TimeRestriction

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
endDay?: Weekday

A day of the week.

endTime?: string

Specifies the ending time for this restriction.

startDay?: Weekday

A day of the week.

startTime?: string

Specifies the starting time for this restriction.

Generated using TypeDoc