refactor: add version to session endpoint

This commit is contained in:
Carlos Valente
2025-06-19 18:51:40 +02:00
committed by Carlos Valente
parent 08d9e24871
commit cd40a6e55e
2 changed files with 3 additions and 0 deletions
@@ -14,6 +14,7 @@ export interface SessionStats {
projectName: string;
playback: Playback;
timezone: string;
version: string;
}
export interface GetInfo {