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