export interface IJwtTokenPayload { user: string; jti: string; iat: number; exp: number; }