Browse Source

fix(common): revert DateRange type change

pull/6927/head
KenTandrian 2 days ago
parent
commit
bd785250b5
  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'
| 'wtd'
| 'ytd'
| `${number}`; // '2024', '2023', '2022', etc.
| string; // '2024', '2023', '2022', etc.

Loading…
Cancel
Save