UNPKG

@sologence/nestjs-auth

Version:

## Overview

6 lines (5 loc) 126 B
import { USER_ROLE } from '../../entity/user.entity'; export interface JwtPayload { email: string; role: USER_ROLE; }