Skip to content

Commit

Permalink
feat: add exprt for osm days of week type (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gavanier authored Nov 6, 2022
1 parent b36b76d commit d82a87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osm-opening-hours/osm-opening-hours.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable-next-line @typescript-eslint/sort-type-union-intersection-members */
type OsmDaysOfWeek = 'Mo' | 'Tu' | 'We' | 'Th' | 'Fr' | 'Sa' | 'Su';
export type OsmDaysOfWeek = 'Mo' | 'Tu' | 'We' | 'Th' | 'Fr' | 'Sa' | 'Su';

export type OsmOpeningHours = {
day: OsmDaysOfWeek;
Expand Down

0 comments on commit d82a87e

Please sign in to comment.