LocChat/server/dto/jwt_body.dto.ts
2021-11-23 14:04:12 -07:00

4 lines
50 B
TypeScript

export interface JwtBodyDto {
userId: number;
}