Browse Source

fix(lib): revert changes on DateRange type

pull/6250/head
KenTandrian 2 weeks ago
parent
commit
44e4fc2ffc
  1. 2
      libs/common/src/lib/types/date-range.type.ts

2
libs/common/src/lib/types/date-range.type.ts

@ -6,4 +6,4 @@ export type DateRange =
| 'mtd' | 'mtd'
| 'wtd' | 'wtd'
| 'ytd' | 'ytd'
| `${number}`; // '2024', '2023', '2022', etc. | string; // '2024', '2023', '2022', etc.

Loading…
Cancel
Save