UNPKG

auth-service-nestjs

Version:

Authorization service for lightweight systems

6 lines (4 loc) 117 B
import { JwtValidate } from '../jwt/jwt.types'; export interface RequestWU extends Request { user: JwtValidate; }