Skip to content

Commit

Permalink
Update HoursDirectAnswer.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeyer2115 committed Sep 6, 2022
1 parent 9e5a03a commit c217a26
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export interface Hours {
}

/**
* An interface for hours fields to use in {@link BaseFieldValueDirectAnswer.value}.
* An interface for a day's hours to use in {@link BaseFieldValueDirectAnswer.value}.
*
* @public
*/
Expand All @@ -39,7 +39,7 @@ export interface DayHour {
}

/**
* An interface for hours fields to use in {@link BaseFieldValueDirectAnswer.value}.
* An interface for holiday hours to use in {@link BaseFieldValueDirectAnswer.value}.
*
* @public
*/
Expand All @@ -51,11 +51,11 @@ export interface HolidayHours {
}

/**
* An interface for hours fields to use in {@link BaseFieldValueDirectAnswer.value}.
* An interface for a time interval to use in {@link BaseFieldValueDirectAnswer.value}.
*
* @public
*/
export interface Interval {
start?: string,
end?: string
}
}

0 comments on commit c217a26

Please sign in to comment.