- Updated all component headers and documentation
- Changed navbar and footer branding
- Updated homepage hero badge
- Modified page title in index.html
- Simplified footer text to 'Built with ❤️'
- Consistent V2 capitalization across all references
11 lines
215 B
TypeScript
11 lines
215 B
TypeScript
export declare enum MetricsTime {
|
|
ONE_MINUTE = 1,
|
|
FIVE_MINUTES = 5,
|
|
FIFTEEN_MINUTES = 15,
|
|
THIRTY_MINUTES = 30,
|
|
ONE_HOUR = 60,
|
|
ONE_WEEK = 10080,
|
|
TWO_WEEKS = 20160,
|
|
ONE_MONTH = 80640
|
|
}
|