type User = { id: string; username?: string; roles?: string[]; token?: string; tenantId: string; };