[+] Add expected error type

This commit is contained in:
Azalea
2025-03-20 06:04:03 -04:00
parent 2ef950ae26
commit 2f966d4fa9
2 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
export type Dict = Record<string, any>
export interface TrendEntry {
date: string
rating: number