export interface JwtPayload { username: string; email: string; image: string; sectorId: string; sectorManagerId: string; roles: string[]; }