export type SessionData = { id: string, username: string, displayName: string, }