export interface ISession { // TODO use timestamp field expiredAt: number id: string json: string }