1 2 3 4 5 6
import { RoleKey } from 'server/entities/role.entity'; export interface JwtBodyDto { userId: number; roles: RoleKey[]; }