[+] Type declaration

pull/10/head
Azalea 2024-02-10 06:27:58 -05:00
parent f3a49533fd
commit 00edf44828
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
export interface TrendEntry {
date: string
rating: number
plays: number
}