export interface InjectedPathsData { sessionID: string; injectedPaths: string[]; updatedAt: number; }