fix wrong type

This commit is contained in:
2025-10-14 00:23:43 +02:00
parent 69d92a3fc9
commit 69a3836f13

View File

@@ -1,5 +1,5 @@
interface RecentSession { interface RecentSession {
id: number; id: string;
date: string; date: string;
type: string; type: string;
track: string; track: string;