mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-06 08:34:28 +01:00
7 lines
210 B
JavaScript
7 lines
210 B
JavaScript
export const DAY = 'day';
|
|
export const WEEK = 'week';
|
|
export const MONTH = 'month';
|
|
export const FORECAST = 'forecast';
|
|
export const AGENDA = 'agenda';
|
|
|
|
export const all = [DAY, WEEK, MONTH, FORECAST, AGENDA];
|