mirror of https://github.com/ghostfolio/ghostfolio
11 changed files with 36 additions and 11 deletions
@ -1 +1,11 @@ |
|||
export type DateRange = '1d' | 'wtd' | '1w' | 'mtd' | '1m' | '3m' | 'ytd' | '1y' | '5y' | 'max'; |
|||
export type DateRange = |
|||
| '1d' |
|||
| 'wtd' |
|||
| '1w' |
|||
| 'mtd' |
|||
| '1m' |
|||
| '3m' |
|||
| 'ytd' |
|||
| '1y' |
|||
| '5y' |
|||
| 'max'; |
|||
|
Loading…
Reference in new issue