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 c522860d28
commit 44d5859844
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 {