mirror of https://github.com/hykilpikonna/AquaDX
[+] Type declaration
parent
f3a49533fd
commit
00edf44828
|
@ -0,0 +1,5 @@
|
||||||
|
export interface TrendEntry {
|
||||||
|
date: string
|
||||||
|
rating: number
|
||||||
|
plays: number
|
||||||
|
}
|
Loading…
Reference in New Issue