refactor: add version to session endpoint (#1659)

This commit is contained in:
Alex Christoffer Rasmussen
2025-06-23 20:42:53 +02:00
committed by GitHub
parent 43988ea12b
commit 1025347c08
2 changed files with 3 additions and 0 deletions
@@ -15,6 +15,7 @@ export interface SessionStats {
projectName: string;
playback: Playback;
timezone: string;
version: string;
}
export interface GetInfo {