export interface ISession { profile: { username: string, displayName: string, id: string, }, lastChecked: number, }