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