export interface IJwtPayload { username: string; userId: number; }