export type SessionType = { userId: string, role: string, roleId: string, additional?: string; }