1 Commits

Author SHA1 Message Date
69a3836f13 fix wrong type 2025-10-14 00:23:43 +02:00

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;