🔵 types.ts

This commit is contained in:
nirholas
2026-03-31 10:23:46 +00:00
parent e3fd63ffce
commit cc7c7960da

View File

@@ -55,3 +55,4 @@ export type SessionIndexEntry = {
}
export type SessionIndex = Record<string, SessionIndexEntry>