developer239/nest-rest-api

View on GitHub
src/modules/auth/jwt/jwt.types.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface IJwtPayload {
  username: string
}