fix wrong type
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
interface RecentSession {
|
||||
id: number;
|
||||
id: string;
|
||||
date: string;
|
||||
type: string;
|
||||
track: string;
|
||||
|
||||
Reference in New Issue
Block a user