LocChat/server/dto/jwt_body.dto.ts

4 lines
50 B
TypeScript
Raw Normal View History

2021-11-23 16:04:12 -05:00
export interface JwtBodyDto {
userId: number;
}