| export type Unit = 'day' | 'week' | 'month' | 'year'; | |
| export interface HighLightItem { | |
| id: number; | |
| title: string; | |
| views: number; | |
| url: string; | |
| href: string; | |
| } | |
| export type Unit = 'day' | 'week' | 'month' | 'year'; | |
| export interface HighLightItem { | |
| id: number; | |
| title: string; | |
| views: number; | |
| url: string; | |
| href: string; | |
| } | |