src/auth/jwt.payload.interface.ts
username: string
string
export interface JwtPayload { username: string; }